Cythral.CodeGeneration.Roslyn
0.9.1
See the version list below for details.
dotnet add package Cythral.CodeGeneration.Roslyn --version 0.9.1
NuGet\Install-Package Cythral.CodeGeneration.Roslyn -Version 0.9.1
<PackageReference Include="Cythral.CodeGeneration.Roslyn" Version="0.9.1" />
paket add Cythral.CodeGeneration.Roslyn --version 0.9.1
#r "nuget: Cythral.CodeGeneration.Roslyn, 0.9.1"
// Install Cythral.CodeGeneration.Roslyn as a Cake Addin #addin nuget:?package=Cythral.CodeGeneration.Roslyn&version=0.9.1 // Install Cythral.CodeGeneration.Roslyn as a Cake Tool #tool nuget:?package=Cythral.CodeGeneration.Roslyn&version=0.9.1
Library for creating source generators. API (types contained):
* CodeGeneration.Roslyn.ICodeGenerator
* CodeGeneration.Roslyn.IRichCodeGenerator
* CodeGeneration.Roslyn.Logger
* CodeGeneration.Roslyn.RichGenerationResult
* CodeGeneration.Roslyn.TransformationContext
Product | Versions 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Cythral.CodeGeneration.Roslyn.Attributes (>= 0.9.1)
- Microsoft.CodeAnalysis.CSharp (= 3.4.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Cythral.CodeGeneration.Roslyn:
Package | Downloads |
---|---|
Cythral.CodeGeneration.Roslyn.Engine
The engine of source code generation; used by CodeGeneration.Roslyn.Tool. Useful for testing custom source generators. API: * CodeGeneration.Roslyn.CompilationGenerator * CodeGeneration.Roslyn.DocumentTransform |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.9.2 | 955 | 10/5/2020 |
0.9.1 | 1,644 | 8/20/2020 |
0.9.0 | 636 | 8/5/2020 |
0.9.0-g747c565a20 | 393 | 8/5/2020 |
0.8.17-alpha-g40a87e6792 | 529 | 5/6/2020 |
0.8.16-alpha-gafbdd59330 | 387 | 5/6/2020 |
0.8.15-alpha-g06808178cf | 369 | 5/6/2020 |
0.8.14-alpha-g8007073c1a | 386 | 5/6/2020 |
0.8.12-alpha-g888d1d7801 | 464 | 4/15/2020 |
0.8.11-alpha-gd734f3a333 | 343 | 4/15/2020 |
0.8.10-alpha-gede262ea8b | 364 | 4/15/2020 |
0.8.8-alpha-g5e3d795f84 | 346 | 4/15/2020 |
0.8.7-alpha-g5319745d59 | 476 | 4/8/2020 |
0.8.6-alpha-g0cc9ba1efb | 330 | 4/8/2020 |
0.7.10 | 767 | 10/26/2019 |
0.7.9 | 578 | 9/3/2019 |
0.7.8 | 518 | 9/3/2019 |
0.7.7 | 550 | 8/15/2019 |
0.7.6 | 558 | 8/10/2019 |
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.