DecSm.Atom.Module.DevopsWorkflows 3.0.0-beta.feature-v-next.98

This is a prerelease version of DecSm.Atom.Module.DevopsWorkflows.
dotnet add package DecSm.Atom.Module.DevopsWorkflows --version 3.0.0-beta.feature-v-next.98
                    
NuGet\Install-Package DecSm.Atom.Module.DevopsWorkflows -Version 3.0.0-beta.feature-v-next.98
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DecSm.Atom.Module.DevopsWorkflows" Version="3.0.0-beta.feature-v-next.98" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DecSm.Atom.Module.DevopsWorkflows" Version="3.0.0-beta.feature-v-next.98" />
                    
Directory.Packages.props
<PackageReference Include="DecSm.Atom.Module.DevopsWorkflows" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DecSm.Atom.Module.DevopsWorkflows --version 3.0.0-beta.feature-v-next.98
                    
#r "nuget: DecSm.Atom.Module.DevopsWorkflows, 3.0.0-beta.feature-v-next.98"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DecSm.Atom.Module.DevopsWorkflows@3.0.0-beta.feature-v-next.98
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DecSm.Atom.Module.DevopsWorkflows&version=3.0.0-beta.feature-v-next.98&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DecSm.Atom.Module.DevopsWorkflows&version=3.0.0-beta.feature-v-next.98&prerelease
                    
Install as a Cake Tool

Atom

Validate Build Dependabot Updates CodeQL

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.
  • net10.0

  • net8.0

  • net9.0

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.0-beta.feature-v-next.98 51 1/23/2026
3.0.0-beta.feature-v-next.96 49 1/23/2026
2.3.0-rc.21 40 2/27/2026
2.3.0-rc.19 43 2/25/2026
2.3.0-rc.17 46 2/24/2026
2.3.0-rc.15 49 2/20/2026
2.3.0-rc.13 46 2/19/2026
2.3.0-rc.11 47 2/17/2026
2.3.0-rc.9 50 2/17/2026
2.3.0-rc.5 48 2/12/2026
2.3.0-rc.2 50 2/11/2026
2.3.0-rc.1 50 2/11/2026
2.2.0 92 2/11/2026
2.2.0-rc.4 53 2/11/2026
2.1.0 87 2/11/2026
2.1.0-rc.65 45 2/11/2026
2.1.0-rc.61 53 2/11/2026
2.1.0-rc.49 55 2/6/2026
2.1.0-rc.46 52 1/19/2026
2.1.0-rc.41 53 1/15/2026
Loading failed