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

Mitigate the usage of JsonConvert.DefaultSettings in user code #4581

Merged
merged 21 commits into from Aug 10, 2023

Commits on Jun 28, 2023

  1. added setting as may jsonserialzerSetting options to their default va…

    …lue as possible. this helps mitigate if user code sets JsonConvert.DefaultSettings
    apmoskevitz committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b82e667 View commit details
    Browse the repository at this point in the history
  2. removed use of JsonConvert

    apmoskevitz committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    307cb77 View commit details
    Browse the repository at this point in the history
  3. remove unecessary usings

    apmoskevitz committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8c397ef View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. added unit test for jsonconvert

    apmoskevitz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    98624ee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'issue-1360' into issue-1360-testcase

    apmoskevitz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a302c96 View commit details
    Browse the repository at this point in the history
  3. Update JsonDataSerializerTests.cs

    updated existing test for default settings to clear `DefaultSettings` after use, and to use multiple versions for serialize
    Applesauce314 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7a42bec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94ecb9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fc9134 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d49946 View commit details
    Browse the repository at this point in the history
  7. added missing usings

    Applesauce314 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    26cb1bc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    69c3c38 View commit details
    Browse the repository at this point in the history
  9. fixed missing semicolon

    Applesauce314 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ac51627 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74981a0 View commit details
    Browse the repository at this point in the history
  11. fixed version failures

    Applesauce314 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    8ec1137 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0938aa1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a129122 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    630766c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fb6bb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    1f19889 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    b626673 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    06aaff0 View commit details
    Browse the repository at this point in the history