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

Switch to System.Text.Json #100

Merged
merged 30 commits into from
Nov 9, 2021
Merged

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    e20a62d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60dc367 View commit details
    Browse the repository at this point in the history
  3. Updated tests to use S.T.J

    Turnerj committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2bf322e View commit details
    Browse the repository at this point in the history
  4. Use 6.0.0-preview.2 of S.T.J

    This has the fix for handling default values
    Turnerj committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    49cf046 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fefb1aa View commit details
    Browse the repository at this point in the history
  6. Removed unused using

    Turnerj committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e0699e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78a860d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57ed1cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c409839 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e7e79bf View commit details
    Browse the repository at this point in the history
  11. Updated to S.T.J Preview 6

    Turnerj committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8a091ac View commit details
    Browse the repository at this point in the history
  12. Update to S.T.J Preview 7

    Turnerj committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b442944 View commit details
    Browse the repository at this point in the history
  13. Re-add JSON property order

    Turnerj committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    d846641 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    04b27ef View commit details
    Browse the repository at this point in the history
  15. Allow trailing commas

    Turnerj committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    ea066db View commit details
    Browse the repository at this point in the history
  16. Apply serializer settings for deserialization

    Actually makes the "allow trailing commas" change work
    Turnerj committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    7705f71 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8e20564 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5f1f2f0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5886f88 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    99e9570 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    048fedc View commit details
    Browse the repository at this point in the history
  22. Removed unnecessary null-checks

    The values can be null here
    Turnerj committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2e75bb3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d2dffea View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1ec52c1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    df836cb View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d7ffe22 View commit details
    Browse the repository at this point in the history
  27. Update S.T.J to final v6.0.0

    Turnerj committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    47a3727 View commit details
    Browse the repository at this point in the history
  28. Fix constant usage

    Turnerj committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    4743388 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    017d2cb View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e7d3ae8 View commit details
    Browse the repository at this point in the history