RicoSuter / NJsonSchema

JSON Schema reader, generator and validator for .NET
http://NJsonSchema.org
MIT License
1.4k stars 535 forks source link

Fix DateFormatConverter System.Text.Json to respect DateType setting #1527

Closed AroglDarthu closed 2 years ago

AroglDarthu commented 2 years ago

Have DateFormatConverterTemplateModel pass on the CSharpGeneratorSettings.DateType setting, and use it in the liquid file. Fixes #1526

RicoSuter commented 2 years ago

Thanks for the PR.