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
ID in ASP.net core will be translated to id when config json in camel case but NTypewriter will be translated iD.
The text was updated successfully, but these errors were encountered:
See #35 related to this issue.
I have the following custom function which will guarantee that the casing will always match .NET. Personally I think this should be used as default.
public static string GetJSONCamelCase(string value) { return System.Text.Json.JsonNamingPolicy.CamelCase.ConvertName(value); }
Sorry, something went wrong.
It does not look like System.Text.Json is available in source generators at least
It is not officially supported, but it should be available. But which version of it is available depends on VS and what is loaded to VS app domain.
No branches or pull requests
ID in ASP.net core will be translated to id when config json in camel case but NTypewriter will be translated iD.
The text was updated successfully, but these errors were encountered: