DecSm.Atom.Module.Dotnet
2.1.0
See the version list below for details.
dotnet add package DecSm.Atom.Module.Dotnet --version 2.1.0
NuGet\Install-Package DecSm.Atom.Module.Dotnet -Version 2.1.0
<PackageReference Include="DecSm.Atom.Module.Dotnet" Version="2.1.0" />
<PackageVersion Include="DecSm.Atom.Module.Dotnet" Version="2.1.0" />
<PackageReference Include="DecSm.Atom.Module.Dotnet" />
paket add DecSm.Atom.Module.Dotnet --version 2.1.0
#r "nuget: DecSm.Atom.Module.Dotnet, 2.1.0"
#:package DecSm.Atom.Module.Dotnet@2.1.0
#addin nuget:?package=DecSm.Atom.Module.Dotnet&version=2.1.0
#tool nuget:?package=DecSm.Atom.Module.Dotnet&version=2.1.0
Atom
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
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!")); }Execute
dotnet run Build.cs SayHello25-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 | Versions 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. |
-
net10.0
- DecSm.Atom (>= 2.1.0)
-
net8.0
- DecSm.Atom (>= 2.1.0)
-
net9.0
- DecSm.Atom (>= 2.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DecSm.Atom.Module.Dotnet:
| Package | Downloads |
|---|---|
|
DecSm.Atom.Module.GitVersion
An opinionated task and build automation framework# |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0-beta.feature-v-next.98 | 54 | 1/23/2026 |
| 2.4.0-rc.12 | 0 | 4/16/2026 |
| 2.4.0-rc.10 | 31 | 4/15/2026 |
| 2.4.0-rc.8 | 32 | 4/14/2026 |
| 2.4.0-rc.6 | 47 | 4/13/2026 |
| 2.4.0-rc.2 | 36 | 4/9/2026 |
| 2.3.0 | 484 | 4/9/2026 |
| 2.3.0-rc.30 | 43 | 4/9/2026 |
| 2.3.0-rc.26 | 58 | 4/1/2026 |
| 2.3.0-rc.23 | 610 | 3/9/2026 |
| 2.3.0-rc.21 | 56 | 2/27/2026 |
| 2.3.0-rc.19 | 65 | 2/25/2026 |
| 2.3.0-rc.17 | 54 | 2/24/2026 |
| 2.3.0-rc.15 | 57 | 2/20/2026 |
| 2.3.0-rc.13 | 57 | 2/19/2026 |
| 2.3.0-rc.11 | 51 | 2/17/2026 |
| 2.3.0-rc.9 | 55 | 2/17/2026 |
| 2.3.0-rc.5 | 727 | 2/12/2026 |
| 2.3.0-rc.2 | 93 | 2/11/2026 |
| 2.1.0 | 332 | 2/11/2026 |