Cythral.CodeGeneration.Roslyn.Tool
0.9.1
See the version list below for details.
Requires NuGet 2.5 or higher.
dotnet add package Cythral.CodeGeneration.Roslyn.Tool --version 0.9.1
NuGet\Install-Package Cythral.CodeGeneration.Roslyn.Tool -Version 0.9.1
<PackageReference Include="Cythral.CodeGeneration.Roslyn.Tool" Version="0.9.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Cythral.CodeGeneration.Roslyn.Tool --version 0.9.1
#r "nuget: Cythral.CodeGeneration.Roslyn.Tool, 0.9.1"
// Install Cythral.CodeGeneration.Roslyn.Tool as a Cake Addin #addin nuget:?package=Cythral.CodeGeneration.Roslyn.Tool&version=0.9.1 // Install Cythral.CodeGeneration.Roslyn.Tool as a Cake Tool #tool nuget:?package=Cythral.CodeGeneration.Roslyn.Tool&version=0.9.1
Source code generation tool that hosts custom generators (AKA Plugins). This package contains MSBuild targets that run the tool during a build, before compilation. See project site for details.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Cythral.CodeGeneration.Roslyn.Tool:
Package | Downloads |
---|---|
Cythral.CloudFormation.CustomResource
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.9.2 | 1,061 | 10/5/2020 |
0.9.1 | 2,811 | 8/20/2020 |
0.9.0 | 1,110 | 8/5/2020 |
0.9.0-g747c565a20 | 383 | 8/5/2020 |
0.8.17-alpha-g40a87e6792 | 3,945 | 5/6/2020 |
0.8.16-alpha-gafbdd59330 | 374 | 5/6/2020 |
0.8.15-alpha-g06808178cf | 398 | 5/6/2020 |
0.8.14-alpha-g8007073c1a | 409 | 5/6/2020 |
0.8.12-alpha-g888d1d7801 | 4,914 | 4/15/2020 |
0.8.11-alpha-gd734f3a333 | 382 | 4/15/2020 |
0.8.10-alpha-gede262ea8b | 337 | 4/15/2020 |
0.8.8-alpha-g5e3d795f84 | 669 | 4/15/2020 |
0.8.7-alpha-g5319745d59 | 1,851 | 4/8/2020 |
This adds the generated files list to the OnCompleteContext. That way, if you generated files during on complete, these can be picked up by the next step in the compilation process.