-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 parsed RID condition for VS #44998
Fix parsed RID condition for VS #44998
Conversation
Tagging subscribers to this area: @safern Issue Details
|
@stephentoub, could you please confirm if it has fixed the VS loading problem? I am not in front of Windows machine rn. :) |
It does. Thanks. How did this get checked in with the VS experience entirely broken? |
Thanks for checking. :) |
@ViktorHofer, in the future, can we make sure that any PRs like that one which impact VS experience are validated manually before merging? Thanks! |
Merging to unblock folks working in the repo. |
I didn't consider the change to impact VS. Let's come up with a policy and define what kind of changes need additional manual validation. |
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.
LGTM. Thanks
Thanks. @ViktorHofer, would it make sense that one of the windows leg with VS installed, exercise an additional quick step after the build, to validate the VS well being. Something like: :: build just one SLN with devenv.exe at the end of a CI job
devenv.exe /Build "Release|x64" ^
src\libraries\Microsoft.Extensions.DependencyModel\Microsoft.Extensions.DependencyModel.sln |
This reverts commit 8df6fe7.
cc @stephentoub, @ViktorHofer