AvantiPoint.CodeGenHelpers
1.6.20
Prefix Reserved
dotnet add package AvantiPoint.CodeGenHelpers --version 1.6.20
NuGet\Install-Package AvantiPoint.CodeGenHelpers -Version 1.6.20
<PackageReference Include="AvantiPoint.CodeGenHelpers" Version="1.6.20"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add AvantiPoint.CodeGenHelpers --version 1.6.20
#r "nuget: AvantiPoint.CodeGenHelpers, 1.6.20"
// Install AvantiPoint.CodeGenHelpers as a Cake Addin #addin nuget:?package=AvantiPoint.CodeGenHelpers&version=1.6.20 // Install AvantiPoint.CodeGenHelpers as a Cake Tool #tool nuget:?package=AvantiPoint.CodeGenHelpers&version=1.6.20
The AvantiPoint CodeGenHelpers are exactly what you need for your Source Generation tasks. Whether you're writing Code Generators with Roslyn's built in Source Gen or Uno Platform's Source Generator's, this helps you more powerfully generate the code you need. This combines an understanding of some system types, Roslyn Symbol's and strings. The result is beautifully formated code that's easy to read and doesn't require you to track indentations or what's already been added to the class.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on AvantiPoint.CodeGenHelpers:
Repository | Stars |
---|---|
dansiegel/Mobile.BuildTools
The Mobile.BuildTools makes it easier to develop code bases in a clean, consistent, secure, and configurable way. Determine at Build which environment your app needs to run on, and what Client Secrets it should have. Plus many more amazing features!
|