AvantiPoint.CodeGenHelpers
1.1.9
Prefix Reserved
See the version list below for details.
Install-Package AvantiPoint.CodeGenHelpers -Version 1.1.9
dotnet add package AvantiPoint.CodeGenHelpers --version 1.1.9
<PackageReference Include="AvantiPoint.CodeGenHelpers" Version="1.1.9" />
paket add AvantiPoint.CodeGenHelpers --version 1.1.9
#r "nuget: AvantiPoint.CodeGenHelpers, 1.1.9"
// Install AvantiPoint.CodeGenHelpers as a Cake Addin
#addin nuget:?package=AvantiPoint.CodeGenHelpers&version=1.1.9
// Install AvantiPoint.CodeGenHelpers as a Cake Tool
#tool nuget:?package=AvantiPoint.CodeGenHelpers&version=1.1.9
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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Microsoft.CodeAnalysis.CSharp (>= 3.8.0)
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!
|