feat: option to use c# 11 required keyword for required properties
Open
alpoi-x
opened this issue 7 months ago
•
4 comments
This PR adds a UseRequiredKeyword option to the C# code generator. This will use the requiredmodifier, added in C#11, for any properties that are required in the json schema.