NetEscapades.EnumGenerators icon indicating copy to clipboard operation
NetEscapades.EnumGenerators copied to clipboard

Use newer C# features where possible

Open andrewlock opened this issue 11 months ago • 0 comments

If possible (and available), we should use newer C# features in the generated code.

e.g.

  • CollectionExpressions (C#12+)
  • ReadOnlySpan (currently #if by platform, we could consider polyfilling? Or adding a setting to enable them where possible? Prob not worth it though)
  • Anything else?

andrewlock avatar Jan 04 '25 21:01 andrewlock