A .NET Standard library that provides utilities and extensions to add functionality to enums, including accessing DisplayAttribute properties and finding minimum and maximum values.
Info
| Version: | 4.0.18 |
| Author(s): | Kyle Herzog |
| Last Update: | Thursday, November 21, 2024 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/kyleherzog/EnumTools |
| NuGet Url: | https://www.nuget.org/packages/EnumTools |
Install
Install-Package EnumTools
dotnet add package EnumTools
paket add EnumTools
EnumTools Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- System.ComponentModel.Annotations(>= 4.4.1)
Tags