Nuke.Common 0.25.0-alpha0334

Prefix Reserved
This is a prerelease version of Nuke.Common.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Nuke.Common --version 0.25.0-alpha0334
                    
NuGet\Install-Package Nuke.Common -Version 0.25.0-alpha0334
                    
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="Nuke.Common" Version="0.25.0-alpha0334" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nuke.Common" Version="0.25.0-alpha0334" />
                    
Directory.Packages.props
<PackageReference Include="Nuke.Common" />
                    
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 Nuke.Common --version 0.25.0-alpha0334
                    
#r "nuget: Nuke.Common, 0.25.0-alpha0334"
                    
#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 Nuke.Common@0.25.0-alpha0334
                    
#: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=Nuke.Common&version=0.25.0-alpha0334&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Nuke.Common&version=0.25.0-alpha0334&prerelease
                    
Install as a Cake Tool

Cross-platform build automation system

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 was computed.  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 was computed.  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. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (93)

Showing the top 5 NuGet packages that depend on Nuke.Common:

Package Downloads
Nuke.Components

The AKEless Build System for C#/.NET Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '8aaec258a7e00e5d98e013be025db1a42bc58d79' (see contained AppVeyorSettings.json file for build settings).

Rocket.Surgery.Nuke

Package Description

Nuke.CodeGeneration

Cross-platform build automation system Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '1b7919295cb9cac9eccc00871c6d1b8bc1bed375' (see contained AppVeyorSettings.json file for build settings).

Nuke.GitHub

GitHub interaction for NUKE Build

NukeBuildHelpers

NukeBuildHelpers for Nuke build.

GitHub repositories (101)

Showing the top 20 popular GitHub repositories that depend on Nuke.Common:

Repository Stars
DevToys-app/DevToys
A Swiss Army knife for developers.
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
bchavez/Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
ElectronNET/Electron.NET
:electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
nissl-lab/npoi
a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
AngleSharp/AngleSharp
:angel: The ultimate angle brackets parser library parsing HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specifications.
dotnet/Silk.NET
The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
fluentassertions/fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
fluentribbon/Fluent.Ribbon
WPF Ribbon control like in Office
snoopwpf/snoopwpf
Snoop - The WPF Spy Utility
JasperFx/wolverine
Supercharged .NET server side development!
andrewlock/StronglyTypedId
A Rosyln-powered generator for strongly-typed IDs
TestableIO/System.IO.Abstractions
Just like System.Web.Abstractions, but for System.IO. Yay for testable IO access!
RicoSuter/NJsonSchema
JSON Schema reader, generator and validator for .NET
goatcorp/Dalamud
FFXIV plugin framework and API
wieslawsoltes/ChatGPT
A ChatGPT C# client for MacOS, Windows, Linux, Android, iOS and Browser. Powered by Avalonia UI framework.
Version Downloads Last Updated
10.1.0 112,949 12/2/2025
10.0.1 4,912 12/1/2025
10.0.0 21,358 11/20/2025
9.0.4 1,887,221 1/15/2025
9.0.3 387,581 12/4/2024
9.0.2 86,492 12/3/2024
9.0.1 78,585 11/21/2024
9.0.0 52,028 11/21/2024
8.1.4 875,755 11/6/2024
8.1.3 14,341 11/5/2024
8.1.2 348,567 10/13/2024
8.1.1 86,347 10/5/2024
8.1.0 218,247 9/10/2024
8.0.0 3,964,750 1/18/2024
7.0.6 1,043,671 9/24/2023
7.0.5 109,618 9/4/2023
7.0.4 68,581 8/31/2023
7.0.3 82,925 8/21/2023
7.0.2 898,382 5/19/2023
7.0.1 15,002 5/15/2023
7.0.0 65,032 5/6/2023
6.3.0 8,977,152 12/17/2022
6.2.1 1,791,864 8/19/2022
6.2.0 4,498 8/18/2022
6.1.2 435,111 7/2/2022
6.1.1 58,873 6/21/2022
6.1.0 41,089 6/14/2022
6.0.3 347,780 5/2/2022
6.0.2 158,342 4/12/2022
6.0.1 643,440 1/10/2022
6.0.0 63,035 1/7/2022
5.3.0 604,696 8/4/2021
5.2.1 108,131 6/18/2021
5.1.4 56,514 6/1/2021
5.1.3 28,873 5/31/2021
5.1.2 54,369 5/18/2021
5.1.1 118,392 4/23/2021
5.1.0 53,973 4/7/2021
5.1.0-beta0001 5,125 3/31/2021
5.0.2 3,638,020 12/7/2020
5.0.1 5,367 12/6/2020
5.0.0 297,245 11/12/2020
0.25.0 55,057 10/26/2020
0.25.0-alpha0378 3,379 10/19/2020
0.25.0-alpha0377 3,993 10/9/2020
0.25.0-alpha0376 3,103 10/9/2020
0.25.0-alpha0369 3,271 10/6/2020
0.25.0-alpha0334 34,709 7/14/2020
0.25.0-alpha0330 3,015 7/13/2020
0.25.0-alpha0329 3,003 7/13/2020
0.25.0-alpha0326 4,559 7/9/2020
0.25.0-alpha0292 14,232 6/14/2020
0.25.0-alpha0283 4,300 5/27/2020
0.25.0-alpha0281 3,395 5/23/2020
0.24.11 544,334 5/18/2020
0.24.10 59,260 4/23/2020
0.24.9 7,370 4/16/2020
0.24.8 23,648 4/12/2020
0.24.7 60,834 3/26/2020
0.24.6 3,621 3/25/2020
0.24.5 33,432 3/24/2020
0.24.4 47,044 3/5/2020
0.24.2 37,167 2/15/2020
0.24.1 32,483 2/7/2020
0.24.0 25,388 2/2/2020
0.24.0-alpha0249 3,504 1/27/2020
0.24.0-alpha0215 3,671 1/2/2020
0.24.0-alpha0193 4,022 12/8/2019
0.24.0-alpha0188 2,914 12/6/2019
0.24.0-alpha0187 2,835 12/6/2019
0.24.0-alpha0185 3,059 11/30/2019
0.24.0-alpha0165 3,233 11/17/2019
0.24.0-alpha0138 2,877 11/13/2019
0.23.7 13,248 1/28/2020
0.23.6 26,237 1/12/2020
0.23.5 4,265 1/10/2020
0.23.4 60,922 11/16/2019
0.23.3 35,841 11/2/2019
0.23.2 3,287 11/2/2019
0.23.1 3,148 11/2/2019
0.23.0 23,815 10/31/2019
0.23.0-alpha0154 2,722 10/25/2019
0.23.0-alpha0142 2,732 10/22/2019
0.23.0-alpha0089 3,249 9/29/2019
0.22.2 165,352 9/29/2019
0.22.1 41,814 9/21/2019
0.22.0 33,831 9/17/2019
0.22.0-alpha0074 3,212 9/12/2019
0.22.0-alpha0048 3,624 8/27/2019
0.22.0-alpha0044 3,163 8/26/2019
0.22.0-alpha0043 3,145 8/26/2019
0.22.0-alpha0042 3,187 8/26/2019
0.22.0-alpha0039 3,350 8/19/2019
0.21.2 81,585 7/28/2019
0.21.1 10,372 7/19/2019
0.21.0 10,069 7/15/2019
0.20.1 49,043 6/2/2019
0.20.0 5,189 5/29/2019
0.20.0-alpha0017 3,405 5/16/2019
0.20.0-alpha0016 3,594 5/10/2019
0.19.2 31,926 5/10/2019
0.19.1 33,748 5/3/2019
0.19.0 5,423 5/3/2019
0.18.0 62,431 3/24/2019
0.18.0-alpha0052 4,040 3/22/2019
0.18.0-alpha0038 3,390 3/10/2019
0.17.7 10,218 3/12/2019
0.17.6 9,570 3/4/2019
0.17.5 5,566 3/3/2019
0.17.4 4,773 3/2/2019
0.17.3 6,917 2/26/2019
0.17.2 4,550 2/26/2019
0.17.1 4,730 2/23/2019
0.17.0 4,563 2/22/2019
0.16.0 16,013 1/30/2019
0.16.0-alpha0027 4,268 1/29/2019
0.16.0-alpha0023 4,173 1/29/2019
0.16.0-alpha0017 4,083 1/27/2019
0.15.0 10,325 1/16/2019
0.15.0-alpha0051 3,876 1/12/2019
0.15.0-alpha0036 4,030 1/9/2019
0.15.0-alpha0030 4,141 1/6/2019
0.14.1 10,797 12/31/2018
0.14.0 4,220 12/31/2018
0.14.0-alpha0021 3,630 12/23/2018
0.13.0 8,519 12/10/2018
0.13.0-alpha0046 4,244 12/4/2018
0.13.0-alpha0042 3,714 12/2/2018
0.13.0-alpha0039 4,169 12/2/2018
0.12.3 27,447 11/29/2018
0.12.2 5,784 11/27/2018
0.12.1 4,751 11/24/2018
0.12.0 5,758 11/15/2018
0.12.0-alpha0027 3,964 11/7/2018
0.12.0-alpha0013 3,842 10/30/2018
0.11.1 11,017 10/17/2018
0.11.0 6,240 10/11/2018
0.10.5 3,994 10/10/2018
0.10.4 3,919 10/10/2018
0.10.3 3,994 10/5/2018
0.10.2 3,821 10/4/2018
0.10.1 5,122 10/2/2018
0.10.0 3,988 10/2/2018
0.10.0-alpha0034 3,089 9/29/2018
0.9.1 6,780 9/26/2018
0.9.0 4,186 9/22/2018
0.9.0-alpha0023 3,303 9/16/2018
0.9.0-alpha0020 3,214 9/16/2018
0.8.0 7,549 9/7/2018
0.7.0 6,420 8/29/2018
0.7.0-alpha0048 3,248 8/27/2018
0.6.2 7,421 8/18/2018
0.6.2-beta0001 3,274 8/13/2018
0.6.1 4,959 8/9/2018
0.6.0 15,587 8/5/2018
0.6.0-alpha0109 3,298 8/2/2018
0.6.0-alpha0107 3,308 8/2/2018
0.5.3 17,418 6/12/2018
0.5.2 4,028 6/11/2018
0.5.0 4,938 6/5/2018
0.4.0 32,117 5/2/2018
0.3.1 5,432 3/25/2018
0.2.10 5,293 3/5/2018
0.2.0 6,118 2/26/2018
0.1.458 6,436 1/27/2018
0.1.454 6,557 1/15/2018
0.1.442 4,652 1/12/2018
0.1.434 6,837 12/14/2017
0.1.430 4,313 12/14/2017
0.1.414 8,310 11/21/2017
0.1.394 4,774 11/12/2017
0.1.389 4,660 11/9/2017
0.1.385 4,490 11/4/2017
0.1.384 4,179 11/3/2017
0.1.378 4,181 11/2/2017
0.1.371 3,759 10/26/2017
0.1.362 3,704 10/20/2017
0.1.340 4,451 9/21/2017
0.1.337 3,707 9/11/2017
0.1.328 3,455 9/9/2017
0.1.277 3,933 8/8/2017
0.1.230 3,496 8/2/2017
0.1.228 3,448 8/2/2017
0.1.191 3,714 7/24/2017

• Changed InjectionAttribute to catch exceptions and report as warnings
• Changed ShutdownDotNetBuildServerOnFinish to not log by default
• Changed ShutdownDotNetBuildServerOnFinish to only shutdown on server build
• Added support for interface default implementations
• Added Base and Inherit target definition methods
• Added ToolSettings.Apply for fluent configurator invocation
• Added nuke :fix command to Nuke.GlobalTool for adding missing package downloads
• Added nuke :GetRootDirectory and nuke :GetParentRootDirectory in Nuke.GlobalTool
• Added BuildExtensionAttributeBase with Priority property
• Added SignPathTasks
• Added SignClientTasks
• Added BenchmarkDotNetTasks
• Added CleanupCodeTasks
• Added logger delegate to ControlFlow.ExecuteWithRetry
• Added TeamCity.BuildVcsNumber property
• Added AppVeyor.Url and PushArtifact members
• Added verbosity mapping attributes for NUnit, OpenCover, and ReportGenerator
• Added missing properties in SonarScannerTasks
• Fixed tool path resolution consider all package execcutable names
• Fixed NukeBuild.BuildProjectFile property
• Fixed AzurePipelinensAttribute to allow multiple use
• Fixed AppVeyor.UpdateBuildVersion to set environment variable
• Fixed DiscardCost property in DupFinderTasks
• Fixed DotCoverTasks to use double-dashes instead of slashes

Full changelog at https://github.com/nuke-build/nuke/blob/develop/CHANGELOG.md