DecSm.Atom
2.4.0
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DecSm.Atom --version 2.4.0
NuGet\Install-Package DecSm.Atom -Version 2.4.0
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" Version="2.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DecSm.Atom" Version="2.4.0" />
<PackageReference Include="DecSm.Atom" />
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 --version 2.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DecSm.Atom, 2.4.0"
#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@2.4.0
#: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&version=2.4.0
#tool nuget:?package=DecSm.Atom&version=2.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- JetBrains.Annotations (>= 2025.2.4)
- Microsoft.Extensions.Configuration.UserSecrets (>= 10.0.8)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.8)
- Microsoft.Extensions.Hosting (>= 10.0.8)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.8)
- Spectre.Console (>= 0.55.2)
- System.IO.Abstractions (>= 22.1.1)
-
net8.0
- JetBrains.Annotations (>= 2025.2.4)
- Microsoft.Extensions.Configuration.UserSecrets (>= 10.0.8)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.8)
- Microsoft.Extensions.Hosting (>= 10.0.8)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.8)
- Spectre.Console (>= 0.55.2)
- System.IO.Abstractions (>= 22.1.1)
-
net9.0
- JetBrains.Annotations (>= 2025.2.4)
- Microsoft.Extensions.Configuration.UserSecrets (>= 10.0.8)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.8)
- Microsoft.Extensions.Hosting (>= 10.0.8)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.8)
- Spectre.Console (>= 0.55.2)
- System.IO.Abstractions (>= 22.1.1)
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 | 79 | 1/23/2026 |
| 2.5.0-rc.8 | 53 | 6/2/2026 |
| 2.5.0-rc.6 | 75 | 5/26/2026 |
| 2.5.0-rc.4 | 70 | 5/25/2026 |
| 2.5.0-rc.2 | 83 | 5/22/2026 |
| 2.4.0 | 490 | 5/21/2026 |
| 2.4.0-rc.33 | 82 | 5/21/2026 |
| 2.4.0-rc.31 | 79 | 5/20/2026 |
| 2.4.0-rc.29 | 76 | 5/19/2026 |
| 2.4.0-rc.27 | 76 | 5/13/2026 |
| 2.4.0-rc.25 | 77 | 5/12/2026 |
| 2.4.0-rc.23 | 80 | 5/11/2026 |
| 2.4.0-rc.21 | 93 | 5/8/2026 |
| 2.4.0-rc.19 | 69 | 5/6/2026 |
| 2.4.0-rc.17 | 72 | 5/4/2026 |
| 2.4.0-rc.15 | 76 | 4/30/2026 |
| 2.4.0-rc.12 | 70 | 4/16/2026 |
| 2.4.0-rc.10 | 65 | 4/15/2026 |
| 2.4.0-rc.8 | 69 | 4/14/2026 |
| 2.4.0-rc.6 | 77 | 4/13/2026 |
Loading failed