-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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 compilation with latest roslyn #58769
Conversation
@ViktorHofer, I wasn't able to update packages to 4.13.0-1.24510.9 because it's failing with
so these are the code changes only, based on search/replace. Could you try applying it as a patch to source-build? https://github.com/dotnet/aspnetcore/pull/58769.patch |
The VMR legs failures in linked issue are related: https://github.com/dotnet/sdk/runs/32426310644 To make sure that we have covered all the potential issues we should update Versions.props and Version.Details.xml as part of this PR with |
Relevant context is in this comment - basically, new extension method overloads conflicting, specifically |
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.
The changes LGTM; can I check, however; is this actually failing currently? Expected to fail if we update the compiler? Or ...?
Yes, this is causing failures in dotnet/sdk#43015 which updates the SDK and builds the aspnetcore repo as part of the VMR. Let's get this merged to unblock that PR. We can always react to more feedback in a follow-up. |
* Fix compilation with latest roslyn * .
* Fix compilation with latest roslyn * .
Related PR in runtime: dotnet/runtime#109467
To unblock dotnet/sdk#43015, errors like these: