SourceGenTemplates 0.1.54

dotnet add package SourceGenTemplates --version 0.1.54
                    
NuGet\Install-Package SourceGenTemplates -Version 0.1.54
                    
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="SourceGenTemplates" Version="0.1.54" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SourceGenTemplates" Version="0.1.54" />
                    
Directory.Packages.props
<PackageReference Include="SourceGenTemplates" />
                    
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 SourceGenTemplates --version 0.1.54
                    
#r "nuget: SourceGenTemplates, 0.1.54"
                    
#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 SourceGenTemplates@0.1.54
                    
#: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=SourceGenTemplates&version=0.1.54
                    
Install as a Cake Addin
#tool nuget:?package=SourceGenTemplates&version=0.1.54
                    
Install as a Cake Tool

C# Source Generators

Last release build

C# Source Generators is, as the name suggests, a template driven way of writing source generators.

Normal source generators can be created by creating an Analyzer package by yourself. With {{packagename}} the process of writing your own source generators is greatly simplified.

Using a set of predefined C#-like directives you are able to create the most advanced source generators.

Being able to extend your own code base has never been easier!

Installation

Simply add it to your C# project using dotnet package add SourceGenTemplates.

First template

For writing your first template, please visit our documentation website for more information on how to start and detailed explanation of the templating language:

https://sandervanteinde.github.io/SourceGenTemplates/

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
0.1.54 132 8/28/2024
0.1.53 139 8/24/2024
0.1.52 146 8/20/2024
0.1.50 140 4/17/2024
0.1.49 129 4/16/2024