EnumByNameSourceGenerator 1.1.2

dotnet add package EnumByNameSourceGenerator --version 1.1.2
                    
NuGet\Install-Package EnumByNameSourceGenerator -Version 1.1.2
                    
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="EnumByNameSourceGenerator" Version="1.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EnumByNameSourceGenerator" Version="1.1.2" />
                    
Directory.Packages.props
<PackageReference Include="EnumByNameSourceGenerator" />
                    
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 EnumByNameSourceGenerator --version 1.1.2
                    
#r "nuget: EnumByNameSourceGenerator, 1.1.2"
                    
#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.
#addin nuget:?package=EnumByNameSourceGenerator&version=1.1.2
                    
Install EnumByNameSourceGenerator as a Cake Addin
#tool nuget:?package=EnumByNameSourceGenerator&version=1.1.2
                    
Install EnumByNameSourceGenerator as a Cake Tool

EnumByNameSourceGenerator

A source generator which given a class attributed with [EnumByName(Type enumType)] generates static accessors to that enum's cases using their names instead of values.

Big thanks to the author of the https://github.com/credfeto/credfeto-enum-source-generation package. The code mostly comes from that project, but repurposed to this specific task.

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.2 192 8/20/2024
1.1.1 493 11/29/2023
1.1.0 224 11/29/2023
1.0.1 206 11/29/2023
1.0.0 169 11/29/2023