DecSm.Atom.Tool 2.4.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet tool install --global DecSm.Atom.Tool --version 2.4.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local DecSm.Atom.Tool --version 2.4.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DecSm.Atom.Tool&version=2.4.0
                    
nuke :add-package DecSm.Atom.Tool --version 2.4.0
                    

Atom

Validate Build Dependabot Updates CodeQL Automatic Dependency Submission

Atom is an opinionated, type-safe build automation framework for .NET. It enables you to define your build logic in C#, debug it like standard code, and automatically generate CI/CD configuration files for GitHub Actions and Azure DevOps.

Why Atom?

  • Zero Context Switching: Write build logic in C# alongside your application code.
  • Intellisense & Debugging: Step through your build process using your IDE.
  • CI/CD Agnostic: Define logic once; Atom generates the YAML for GitHub and Azure DevOps.
  • Modular: Pull in capabilities via NuGet packages (GitVersion, Azure KeyVault, etc.).
  • Source Generators: Reduces boilerplate by automatically discovering targets and parameters.

Basic Example

  1. Create a new file Build.cs

    #:package DecSm.Atom@2.*
    
    [BuildDefinition]
    [GenerateEntryPoint]
    partial class Build : BuildDefinition
    {
        Target SayHello => t => t
            .Executes(() => Logger.LogInformation("Hello, World!"));
    }
    
  2. Execute dotnet run Build.cs SayHello

    25-12-16 +10:00  DecSm.Atom.Build.BuildExecutor:
    22:46:01.754 INF Executing build
    
    SayHello
    
    25-12-16 +10:00  SayHello | Build:
    22:46:01.790 INF Hello, World!    
    
    Build Summary
    
      SayHello │ Succeeded │ <0.01s
    

Getting Started

To get started with DecSm.Atom, follow the Getting Started Guide.

Documentation

Full documentation is available on GitBook.

License

Atom is released under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
3.0.0-beta.feature-v-next.187 0 6/6/2026
3.0.0-beta.feature-v-next.186 0 6/6/2026
3.0.0-beta.feature-v-next.185 44 6/5/2026
3.0.0-beta.feature-v-next.176 593 5/25/2026
3.0.0-beta.feature-v-next.175 67 5/9/2026
3.0.0-beta.feature-v-next.170 149 5/7/2026
3.0.0-beta.feature-v-next.166 43 5/7/2026
3.0.0-beta.feature-v-next.165 41 5/7/2026
2.5.0-rc.8 38 6/2/2026
2.5.0-rc.6 48 5/26/2026
2.5.0-rc.4 45 5/25/2026
2.5.0-rc.2 54 5/22/2026
2.4.0 995 5/21/2026
2.4.0-rc.33 51 5/21/2026
2.4.0-rc.31 51 5/20/2026
2.4.0-rc.29 51 5/19/2026
2.4.0-rc.27 51 5/13/2026
2.4.0-rc.25 49 5/12/2026
2.4.0-rc.23 50 5/11/2026
2.4.0-rc.21 53 5/8/2026
Loading failed