EnumByNameSourceGenerator 1.1.1

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

// Install EnumByNameSourceGenerator as a Cake Tool
#tool nuget:?package=EnumByNameSourceGenerator&version=1.1.1

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.1 384 11/29/2023
1.1.0 164 11/29/2023
1.0.1 147 11/29/2023
1.0.0 104 11/29/2023