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

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Conversation

davidwengier
Copy link
Contributor

@davidwengier davidwengier commented Jun 27, 2024

Fixes #10539

This PR switches us to use System.Text.Json for server to client communication, and opts us in to using it for client to server communication too.

Needs https://devdiv.visualstudio.com/DevDiv/_git/WebTools/pullrequest/561188 to flow to VS main, then I'll kick off a final integration test run for good measure. Without that PR the Wrap With Tag functionality doesn't work.

TODO:

  • Test VS Code

@davidwengier davidwengier requested a review from a team as a code owner June 27, 2024 07:30
@davidwengier
Copy link
Contributor Author

VS Code issues:

@davidwengier
Copy link
Contributor Author

davidwengier commented Jul 1, 2024

Integration tests: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=9811665&view=results ✅ Passed

Test insertion: https://dev.azure.com/devdiv/DevDiv/_git/VS/pullrequest/561892

  • RPS ✅ Passed
  • Speedometer ❓Razor tests passed, but had some issues. Seems there is a known outage for them being somewhat unreliable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move to newer LSP APIs (System.Text.Json)
2 participants