Laconic.CodeGen.Generators 0.9.3-beta

This is a prerelease version of Laconic.CodeGen.Generators.

Requires NuGet 2.5 or higher.

dotnet add package Laconic.CodeGen.Generators --version 0.9.3-beta
                    
NuGet\Install-Package Laconic.CodeGen.Generators -Version 0.9.3-beta
                    
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="Laconic.CodeGen.Generators" Version="0.9.3-beta">
  <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="Laconic.CodeGen.Generators" Version="0.9.3-beta" />
                    
Directory.Packages.props
<PackageReference Include="Laconic.CodeGen.Generators">
  <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 Laconic.CodeGen.Generators --version 0.9.3-beta
                    
#r "nuget: Laconic.CodeGen.Generators, 0.9.3-beta"
                    
#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 Laconic.CodeGen.Generators@0.9.3-beta
                    
#: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=Laconic.CodeGen.Generators&version=0.9.3-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Laconic.CodeGen.Generators&version=0.9.3-beta&prerelease
                    
Install as a Cake Tool

Compile-time code generation of records and discriminated unions for C# 8

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Laconic.CodeGen.Generators:

Package Downloads
Laconic.CodeGeneration

Compile-time code generation of records and discriminated unions for C# 8

GitHub repositories

This package is not used by any popular GitHub repositories.