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

System.Text.Json.JsonNamingPolicy Deafult #30987

Closed
VassilAtanasov opened this issue Sep 27, 2019 · 1 comment
Closed

System.Text.Json.JsonNamingPolicy Deafult #30987

VassilAtanasov opened this issue Sep 27, 2019 · 1 comment
Milestone

Comments

@VassilAtanasov
Copy link

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

@VassilAtanasov VassilAtanasov changed the title /// <summary> System.Text.Json.JsonNamingPolicy Deafult Sep 27, 2019
@GrabYourPitchforks
Copy link
Member

@msftgits msftgits transferred this issue from dotnet/corefx Feb 1, 2020
@msftgits msftgits added this to the 5.0 milestone Feb 1, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 12, 2020
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

3 participants