NetEscapades.EnumGenerators version 1.0.0-beta19 introduces several enhancements: an EnumParseOptions struct that allows disabling number parsing and supports any StringComparison type, a SerializationOptions struct enabling automatic ToLowerInvariant/ToUpperInvariant transformations at compile time, and ReadOnlySpan<char> API support for .NET Standard 2.0 and .NET Framework projects via the System.Memory package. These updates improve performance and flexibility when working with enums while maintaining backward compatibility through options objects that avoid API proliferation.
Table of contents
Why should you use an enum source generator?Updates in 1.0.0-beta19When is a non-pre-release 1.0.0 release coming?SummarySort: