Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Unable to specify custom IPropertyNameResolver in SchemaGenerationSettings #236

Open
mskowron-orthofi opened this issue Sep 10, 2020 · 1 comment

Comments

@mskowron-orthofi
Copy link

I have a use case where my Json property names need to be formatted as lower-case, and I would prefer to not use the Newtonsoft JsonProperty attribute on every property to accomplish this. I figured using a custom IPropertyNameResolver would do the trick, but found that CamelCasePropertyNameResolver is the only non-default IPropertyNameResolver that works, due to this section of code: https://github.com/microsoft/OpenAPI.NET.CSharpAnnotations/blob/master/src/Microsoft.OpenApi.CSharpAnnotations.DocumentGeneration/AssemblyLoader/AssemblyLoader.cs#L180

Open Api generation should allow for any class that implements IPropertyNameResolver to be accepted and used.

@WesTunn
Copy link

WesTunn commented May 4, 2021

I too am having the exact same issue, and found the same line of code mentioned above preventing using a custom IPropertyNameResolver.

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

No branches or pull requests

2 participants