NSwag icon indicating copy to clipboard operation
NSwag copied to clipboard

asp.net core minimal api support - JsonOptions

Open Bonuspunkt opened this issue 1 year ago • 1 comments

the generated swagger.json components/schema/_type_/properties are all in PascalCasing, while its serialized from asp.net core with camelCasing

SystemTextJsonSchemaGeneratorSettings.SerializerOptions should be resolved to Microsoft.AspNetCore.Http.Json.JsonOptions property SerializerOptions

Bonuspunkt avatar Jan 24 '24 15:01 Bonuspunkt

+1 I would like to see this fixed as well.

stpanzer avatar Jan 31 '24 21:01 stpanzer