Skip to content
New issue

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

asp.net core minimal api support - JsonOptions #4732

Closed
Bonuspunkt opened this issue Jan 24, 2024 · 1 comment · Fixed by #4733
Closed

asp.net core minimal api support - JsonOptions #4732

Bonuspunkt opened this issue Jan 24, 2024 · 1 comment · Fixed by #4733

Comments

@Bonuspunkt
Copy link
Contributor

Bonuspunkt commented Jan 24, 2024

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

@stpanzer
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants