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

Fix find all references calls to Roslyn #10807

Merged

Conversation

davidwengier
Copy link
Contributor

Fixes integration test failures in Find All References.

Roslyns LSP types got much more spec compliant in dotnet/roslyn#73911 and we were never sending the Context property in our request, so deserialization failed on their end.

@davidwengier davidwengier requested a review from a team as a code owner August 28, 2024 11:14
@davidwengier
Copy link
Contributor Author

@phil-allen-msft Another for 17.12 Preview 2, as that is where the Roslyn PR that broke us went. All Find All References commands from inside a Razor file are broken without this fix.

@phil-allen-msft phil-allen-msft merged commit 5eb9d0c into dotnet:release/dev17.12 Aug 28, 2024
12 checks passed
davidwengier added a commit to davidwengier/razor that referenced this pull request Sep 6, 2024
This should have been fixed with dotnet#10807 but without the Roslyn bump I guess I didn't realise. Oops!
@davidwengier davidwengier deleted the FixFindAllReferences branch September 6, 2024 06:05
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.

2 participants