Nuke.CodeGeneration 6.0.2

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

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

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 (3)

Showing the top 3 NuGet packages that depend on Nuke.CodeGeneration:

Package Downloads
Nuke.Generation.Specifications

Base implentations for NUKE specification generators.

Torq.Nuke.Retype

Nuke.build addon for strongly typed Retype.com documentation generation tasks.

AvantiPoint.Nuke.Maui

The AvantiPoint Nuke Maui package is an extension of the Nuke.Build framework. This is purpose build for .NET MAUI developers and contains an abstraction layer on top of Nuke for completely writing your CI Pipeline in C# with the YAML auto generated for both Azure Pipelines & GitHub Actions.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.3.0 90,456 12/17/2022
6.2.1 12,594 8/19/2022
6.2.0 729 8/18/2022
6.1.2 91,875 7/2/2022
6.1.1 1,701 6/21/2022
6.1.0 718 6/14/2022
6.0.3 2,862 5/2/2022
6.0.2 1,140 4/12/2022
6.0.1 13,132 1/10/2022
6.0.0 832 1/7/2022
6.0.0-beta0012 366 12/13/2021
6.0.0-beta0010 368 12/3/2021
6.0.0-beta0009 1,129 12/1/2021
6.0.0-beta0001 1,513 11/26/2021
5.3.0 1,578 8/4/2021
5.2.1 997 6/18/2021
5.2.0 765 6/18/2021
5.1.4 798 6/1/2021
5.1.3 782 5/31/2021
5.1.2 1,132 5/18/2021
Loading failed

• Fixed Update command to use net6.0
• Fixed handling of common errors
• Fixed assertion messages to only include argument expression when message is null
• Fixed log file pattern to use - instead of : for time
• Fixed padding of target names in logging
• Fixed logging to use ExecutingTarget instead of Target to reduce clashing
• Fixed concurrent writing of shell-completion files
• Fixed telemetry to check for interactive console
• Fixed passing build instance for value injection in components
• Fixed ValueInjectionAttributeBase.GetMemberValue to consider members from components
• Fixed resolution of members from parameter files
• Fixed reporting of exceptions in summary when not thrown from targets
• Fixed naming for .NET SDK in bootstrapping scripts
• Fixed GitHub Actions to use GITHUB_TOKEN instead of GITHUB_CONTEXT
• Fixed GitHub Actions assertion messages
• Fixed missing output types for ReportGeneratorTasks
• Fixed missing arguments for HelmTasks
• Fixed missing arguments for SonarScannerTasks
• Fixed missing command for KubernetesTasks
• Fixed path resolution in PowerShellTasks to use PowerShell Core on non-Windows systems
• Fixed missing runtime types in NSwagTasks

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