FastEnum
The world fastest enum utilities for C#/.NET
File Explorer
Download Latest Version (.zip)- test.yml
- FUNDING.yml
- benchmark.png
- pack.bat
- BenchmarkConfig.cs
- Boosters.cs
- Enums.cs
- EnumMemberAttribute.cs
- GetName.cs
- GetNames.cs
- GetValues.cs
- IsDefined_Enum.cs
- IsDefined_String.cs
- SpecializedDictionary.cs
- ToString_Defined.cs
- ToString_Undefined.cs
- TryParse_CaseInsensitive.cs
- TryParse_CaseSensitive.cs
- FastEnum.Benchmarks.csproj
- Program.cs
- FastEnum.Sandbox.csproj
- Program.cs
- BasicTests.cs
- BasicTests.tt
- CaseInsensitiveTests.cs
- EmptyTests.cs
- SameValueTests.cs
- SameValueTests.tt
- AnnotationTests.cs
- BasicTests.cs
- BasicTests.tt
- CaseInsensitiveTests.cs
- ContinuousTests.cs
- ContinuousTests.tt
- DiscontinuousTests.cs
- DiscontinuousTests.tt
- EmptyTests.cs
- SameValueTests.cs
- SameValueTests.tt
- Boosters.cs
- Enums.cs
- AssemblyInfo.cs
- FastEnum.UnitTests.csproj
- FastEnum.csproj
- CollectionExtensions.cs
- EnumInfo.cs
- SpecializedDictionary.cs
- StringHelper.cs
- ThrowHelper.cs
- UnderlyingOperation.cs
- UnderlyingOperation.tt
- FastEnum.Core.csproj
- FastEnum.cs
- FastEnumAttribute.cs
- FastEnumExtensions.cs
- IFastEnumBooster.cs
- LabelAttribute.cs
- Member.cs
- NotFoundException.cs
- DiagnosticDescriptorProvider.cs
- FastEnum.Generators.csproj
- FastEnumBoosterGenerator.cs
- NuGet.props
- .editorconfig
- Directory.Build.props
- Directory.Packages.props
- FastEnum.slnx
- NuGet.config
- .gitattributes
- .gitignore
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/xin9le/FastEnum
Downloads the entire project code from GitHub to your computer.
cd FastEnum
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
Sometimes you want name / value pair of enum. `Member<TEnum>` can be used under such cases. Of course supports [deconstruction](https://docs.microsoft.com/en-us/dotnet/csharp/deconstruct) feature. `FieldInfo` is also included, so please use it for reflection code.
Type this command into your terminal and run it.
After dotnet run, check the message or address shown in the terminal.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
