glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
12.12k stars 1.06k forks source link

Support for newer Language levels/versions #2384

Open ThaDaVos opened 1 year ago

ThaDaVos commented 1 year ago

For example the dropdown allows at highest to select C# version 6 - latest is 11 (12 being in preview)

One thing I keep running into is the template used for the namespace - I rather use the file scoped namespace instead of the normal namespace option: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/namespace

Also, more configuration options, like not using partial would be great too!