Enums.NET v3.0.3 Release Notes
Release Date: 2020-01-23 // almost 5 years ago-
- ๐ Fix infinite loop when enumerating unsigned enum flags that are near the underlying type's max value.
Previous changes from v3.0.2
-
- ๐ Improved flag bitwise operations performance to only about 20% slower than native.