We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the generated swagger.json components/schema/_type_/properties are all in PascalCasing, while its serialized from asp.net core with camelCasing
swagger.json
components/schema/_type_/properties
SystemTextJsonSchemaGeneratorSettings.SerializerOptions should be resolved to Microsoft.AspNetCore.Http.Json.JsonOptions property SerializerOptions
SystemTextJsonSchemaGeneratorSettings.SerializerOptions
Microsoft.AspNetCore.Http.Json.JsonOptions
SerializerOptions
The text was updated successfully, but these errors were encountered:
+1 I would like to see this fixed as well.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
the generated
swagger.json
components/schema/_type_/properties
are all in PascalCasing, while its serialized from asp.net core with camelCasingSystemTextJsonSchemaGeneratorSettings.SerializerOptions
should be resolved toMicrosoft.AspNetCore.Http.Json.JsonOptions
propertySerializerOptions
The text was updated successfully, but these errors were encountered: