Rustly.Generators 10.6.2-rc6

This is a prerelease version of Rustly.Generators.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Rustly.Generators --version 10.6.2-rc6
                    
NuGet\Install-Package Rustly.Generators -Version 10.6.2-rc6
                    
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="Rustly.Generators" Version="10.6.2-rc6">
  <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="Rustly.Generators" Version="10.6.2-rc6" />
                    
Directory.Packages.props
<PackageReference Include="Rustly.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 Rustly.Generators --version 10.6.2-rc6
                    
#r "nuget: Rustly.Generators, 10.6.2-rc6"
                    
#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 Rustly.Generators@10.6.2-rc6
                    
#: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=Rustly.Generators&version=10.6.2-rc6&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Rustly.Generators&version=10.6.2-rc6&prerelease
                    
Install as a Cake Tool

Rustly.Generators (v10.6.2-rc6)

Source generators for Rustly: EnumValueSerializer generates AOT-friendly enum lookup at compile-time. Zero reflection.

Part of the Rustly ecosystem for .NET.

Install

dotnet add package Rustly.Generators --version 10.6.2-rc6

Example

using Rustly;

[EnumValueSerializer]
public partial class Color : EnumValue<Color>
{
    public static readonly Color Red = new("Red");
    public static readonly Color Green = new("Green");
    public static readonly Color Blue = new("Blue");
}

// Generated at compile-time: Color.FromString(), Color.TryFromString()
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has 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
10.6.4 205 4/28/2026
10.6.3 129 4/16/2026
10.6.2 113 4/16/2026
10.6.2-rc6 107 4/16/2026
10.6.2-rc5 124 4/15/2026 10.6.2-rc5 is deprecated because it is no longer maintained and has critical bugs.
10.6.1 109 4/15/2026

EN: 10.6.2
- Removed AutoResultGenerator (replaced by planned Derive system)
- Added build/buildTransitive props packaging
- XML documentation added to generator and records

RU: 10.6.2
- Удалён AutoResultGenerator (заменён планируемой Derive системой)
- Добавлена упаковка build/buildTransitive props
- Добавлена XML-документация к генератору и записям