NJsonSchema icon indicating copy to clipboard operation
NJsonSchema copied to clipboard

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 required modifier, added in C#11, for any properties that are required in the json schema.

alpoi-x avatar Jun 30 '24 17:06 alpoi-x