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

Implement the JsonSerializer.IsReflectionEnabledByDefault feature switch #83844

Merged

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    7fc40ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d2af10 View commit details
    Browse the repository at this point in the history
  3. Address feedback.

    eiriktsarpalis committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    ae5af27 View commit details
    Browse the repository at this point in the history
  4. Address feedback.

    eiriktsarpalis committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    6095616 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67535b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7dac06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dbf6d36 View commit details
    Browse the repository at this point in the history
  8. Fix style.

    eiriktsarpalis committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    145207c View commit details
    Browse the repository at this point in the history
  9. Expose the feature switch as a property on JsonSerializer -- rename f…

    …eature switch to match namespace.
    eiriktsarpalis committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    1d9f86b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Update src/libraries/System.Text.Json/src/System/Text/Json/Serializat…

    …ion/JsonSerializer.Helpers.cs
    
    Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
    eiriktsarpalis and eerhardt authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    7dedca9 View commit details
    Browse the repository at this point in the history
  2. Update src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Tr…

    …immingTests/IsReflectionEnabledByDefaultFalse.cs
    
    Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
    eiriktsarpalis and eerhardt authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    4615116 View commit details
    Browse the repository at this point in the history
  3. Address feedback.

    eiriktsarpalis committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    c9db1f3 View commit details
    Browse the repository at this point in the history
  4. Address feedback.

    eiriktsarpalis committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e643ec2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af0131b View commit details
    Browse the repository at this point in the history