-
Notifications
You must be signed in to change notification settings - Fork 822
Update Roslyn dependencies, adjust code fixes #15913
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
Conversation
eng/Version.Details.xml
Outdated
@@ -6,24 +6,24 @@ | |||
<Sha>93c23409e630c4f267234540b0e3557b76a53ef4</Sha> | |||
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" /> |
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.
All updates in this file should be done via darc dependencies, not manually.
You probably can reopen my pr against 17.8 branch, and just use it? It has more updates. |
Yes, probably that would be easier. Will do. |
Since you're retargeted it to 17.8, you'll need to rebase on it as well, otherwise a bunch of commits from main will get there. |
8e6d9c2
to
7aac833
Compare
@vzarytovskii cleaning up my PRs, I'll be closing this one, probably worth planning Roslyn update at some point anyway. |
This definitively fixes #15620
Thanks to dotnet/roslyn#69313, we can now streamline things for bulk code fixes.
They now work naturally when diags are produces by both F# and IDE since the diags share the same span.
demo.mp4