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: | 3.1.16 |
Author(s): | Kyle Herzog |
Last Update: | Thursday, June 29, 2023 |
.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