-
Notifications
You must be signed in to change notification settings - Fork 199
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
Update Roslyn bits #8764
Update Roslyn bits #8764
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've only glanced over files in eng
folder. If darc
tooling was used to make these changes, they should be complete and ok.
I suggest a review by someone in razor
for all other changes.
Thanks Maryam, #8762 is blocked on this change. Will take a look now. |
...r/src/Microsoft.AspNetCore.Razor.LanguageServer/Semantic/Models/RazorSemanticTokensLegend.cs
Show resolved
Hide resolved
Test failures do look real. Looks like we're compiling against the netstandard2.0 library, but running tests against net7.0. Might need a Roslyn change to have the two not be binarily different (is that a word?) |
@maryamariyan any progress on this? |
Summary of the changes
Fixes #8652
/cc @jjonescz