SpeedyGenerators 1.0.19

There is a newer version of this package available.
See the version list below for details.
dotnet add package SpeedyGenerators --version 1.0.19
NuGet\Install-Package SpeedyGenerators -Version 1.0.19
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="SpeedyGenerators" Version="1.0.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SpeedyGenerators --version 1.0.19
#r "nuget: SpeedyGenerators, 1.0.19"
#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.
// Install SpeedyGenerators as a Cake Addin
#addin nuget:?package=SpeedyGenerators&version=1.0.19

// Install SpeedyGenerators as a Cake Tool
#tool nuget:?package=SpeedyGenerators&version=1.0.19

SpeedyGenerators

C# code generators are new to C# version 9.

Apart from straightforward cases, the greatest majority of the code is generated using the Roslyn (C# compiler) API.

All the code in the NuGet package is only used at development time. There is no run-time dependency, therefore you don't need to deploy the binaries for this package.

The generation process happens thanks to the C# compiler. This means it works even if the build is done on the command line. In other word there is no dependency from Visual Studio or other IDEs.

Once the package is referenced in the application, just start coding as shown in the examples. The generated code can be examined by expanding the Analyzers tree. See the repository readme for details.

There are no supported framework assets in this package.

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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 277 8/13/2023
1.0.19 155 5/26/2023
1.0.18 132 5/26/2023
1.0.14 380 10/29/2021
1.0.11 309 10/29/2021
1.0.10 331 10/27/2021
1.0.9 321 10/27/2021
1.0.8 295 10/26/2021