SourceGeneratorsToolkit 2.0.4

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

SourceGeneratorToolkit

This is a toolkit for generating source code. It is based on the Roslyn Source Generators feature. It contains extension methods for the a lot of concepts in sourcegeneration to make it easier to generate source code.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
2.0.8 375 9/5/2024
2.0.7 520 4/21/2024
2.0.6 221 4/21/2024
2.0.5 225 4/8/2024
2.0.4 262 4/8/2024
2.0.3 224 4/8/2024
2.0.2 260 4/8/2024
2.0.1 268 4/8/2024
2.0.0 192 2/19/2024
1.2024.2.182032 192 2/18/2024
1.2024.2.181906 188 2/18/2024
1.2024.2.181812 447 2/18/2024
1.2024.2.181753 183 2/18/2024
1.2024.2.181739 194 2/18/2024
1.2024.2.181556 230 2/18/2024
1.2024.2.111900 219 2/11/2024
1.2024.2.111859 208 2/11/2024
1.2024.2.111709 194 2/11/2024
1.2024.2.111420 197 2/11/2024
1.0.0 173 2/18/2024
Loading failed