NetEscapades.EnumGenerators
NetEscapades.EnumGenerators copied to clipboard
Use newer C# features where possible
If possible (and available), we should use newer C# features in the generated code.
e.g.
- CollectionExpressions (C#12+)
- ReadOnlySpan (currently
#ifby platform, we could consider polyfilling? Or adding a setting to enable them where possible? Prob not worth it though) - Anything else?