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
Developers need to be able to use it pass through PascalCase
public abstract partial class JsonNamingPolicy { protected JsonNamingPolicy() { } public static System.Text.Json.JsonNamingPolicy CamelCase { get { throw null; } } public static System.Text.Json.JsonNamingPolicy SnakeCase { get { throw null; } } /// <summary> /// Property names are not changed /// </summary> public static System.Text.Json.JsonNamingPolicy Deafult{ get { throw null; } }
Originally posted by @VassilAtanasov in dotnet/corefx#41354
The text was updated successfully, but these errors were encountered:
Dupe of https://github.com/dotnet/corefx/issues/41383.
Sorry, something went wrong.
No branches or pull requests
Developers need to be able to use it pass through PascalCase
Originally posted by @VassilAtanasov in dotnet/corefx#41354
The text was updated successfully, but these errors were encountered: