Skip to content

Improve document handling in VS Code and cohosting #8259

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

Merged
merged 6 commits into from
May 7, 2025

Conversation

davidwengier
Copy link
Member

@davidwengier davidwengier commented May 7, 2025

Part of dotnet/razor#11759
Goes with dotnet/razor#11825

This adds a notification for VS Code to tell us that a Razor file has closed, so we can clear our cache, and also adds checksum matching to Html requests so we can ensure we're not out-of-sync.

Full Razor changelog, for posterity:
View Complete Diff of Changes

  • Improve document handling in VS Code and cohosting (#11825) (PR: #11825)
  • Use new select and order method (#11826) (PR: #11826)
  • Make it so validation happens after filtering and normalization (#11811) (PR: #11811)
  • Analyzer to ensure correct parameter usage in Json services (#11812) (PR: #11812)
  • Fix MEF Composition Error (#11821) (PR: #11821)

davidwengier added a commit to dotnet/razor that referenced this pull request May 7, 2025
Part of #11759
Goes with dotnet/vscode-csharp#8259

This adds a notification for VS Code to tell us that a Razor file has
closed, so we can clear our cache, and also adds checksum matching to
Html requests in VS and VS Code so we can ensure we're not out-of-sync.
@davidwengier davidwengier enabled auto-merge May 7, 2025 21:02
@davidwengier davidwengier merged commit a098f04 into dotnet:main May 7, 2025
24 checks passed
@davidwengier davidwengier deleted the CohostDocumentHandling branch May 7, 2025 21:53
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.

3 participants