mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-03 15:30:59 +00:00
* [csharp] Don't apply json converter attribute for DateOnly (#18541) Applying the OpenAPIDateConverter to an DateOnly property fails at runtime with an exception. * [csharp] Update samples