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

Use System.Text.Json for serialization #10551

Merged
merged 26 commits into from
Jul 3, 2024
Merged

Use System.Text.Json for serialization #10551

merged 26 commits into from
Jul 3, 2024

Commits on Jun 26, 2024

  1. Progress commit

    davidwengier committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5da723f View commit details
    Browse the repository at this point in the history
  2. All tests passing

    davidwengier committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e70d1b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1656ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4244d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    191adb6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    069d5a7 View commit details
    Browse the repository at this point in the history
  7. Allow code actions to talk Newtonsoft as well, since thats what Rosly…

    …n still uses on the client
    davidwengier committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    20da0bd View commit details
    Browse the repository at this point in the history
  8. Fix inlay hints

    davidwengier committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b1f3906 View commit details
    Browse the repository at this point in the history
  9. Fixes

    davidwengier committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7fbee1e View commit details
    Browse the repository at this point in the history
  10. Fix build

    davidwengier committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    39a19a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    0f9263f View commit details
    Browse the repository at this point in the history
  2. Missed a TODO

    davidwengier committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ea2cda8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    d17b4ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d0f82a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

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

Commits on Jul 2, 2024

  1. Cleanup

    davidwengier committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    36f28be View commit details
    Browse the repository at this point in the history
  2. Cleanup

    davidwengier committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    efa67a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44688f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5981abd View commit details
    Browse the repository at this point in the history
  5. Nullability

    davidwengier committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ca2bba2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    fb2ab65 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into dev/dawengie/STJ

    # Conflicts:
    #	src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/Completion/LegacyRazorCompletionEndpointTest.cs
    #	src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/Completion/LegacyRazorCompletionResolveEndpointTest.cs
    davidwengier committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d70c96c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd6d6cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db9efe4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c61b0d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66a18d7 View commit details
    Browse the repository at this point in the history