-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Revert SDK update #62244
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
Revert SDK update #62244
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.
Pull Request Overview
Reverts the .NET SDK version to avoid a known test discovery issue introduced in the previous preview release.
- Downgrade SDK version from
10.0.100-preview.6.25272.112
back to10.0.100-preview.4.25216.37
- Aligns the
dotnet
tool version with the reverted SDK
Possible alternative: #62250, if it got green and worked. |
Consistent test failure:
@javiercn @ilonatommy could you take a look? |
That's the not the only one, there's this too:
These probably would have been failing for a few days if they'd been running - I see the same in #62250 (that PR is preferable to this one, all else being equal) |
Thanks! Starting to check it out. |
Closing as not needed after #62223 got in. |
The last SDK update broke test discovery: #62223. We should hold off on taking any more updates until the underlying bug is fixed