Enums.NET
Enums.NET copied to clipboard
Enums.NET is a high-performance type-safe .NET enum utility library
unfortunately cannot repro it in a clean sample, but somewhere deep in my modules the next call is not valid, but when I use the HasFlag method it is 
Always looking for the impossible, I found myself in need of the following: ```csharp [AttributeUsage(AttributeTargets.Field, AllowMultiple = true)] internal class AliasAttribute : Attribute { public AliasAttribute(string text) => Text =...
When creating this library, I deliberately tried to make the API and behavior as close to `System.Enum`'s as possible in order for it to be a drop in replacement as...
No doubt this is my fault, with some other config But I had to roll back Enums.NET v3 to avoid getting this runtime error - only when running tests. ```...
* ensure proper flags for package * generate symbols * package and publish as part of CI flow Old: https://nuget.info/packages/Enums.NET/5.0.0 Now:  When uploading to NuGet should also upload the...
Hi, I'm the guy who maintains NPOI. Enums.NET is really nice. Thank you for the nice work. I'd like to check if you have plan to support AOT because someone...
It seems like there isn't an EnumsFormat for the DisplayAttribute.Description field, which is used by razor/Blazor. Could we have an option for this?