-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 VS hang when switching Platform within IDE #9442
Conversation
… issues/9424/vshang
… issues/9424/vshang
This looks like it fixed the SampleApps, but switching the Platform in playground now hangs. I'll check my setup again. |
I just checked switching and building Playground on a fresh clone (using this branch). |
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.
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.
Ok, got playground to build.
Description
Restore ability to switch platforms within Visual Studio.
Fix dependency restoration from within Visual Studio.
Type of Change
Follow up on #8195.
Why
There are developer experience regressions introduced by usage of
PackageReference
C++ dependencies when building exclusively with the Visual Studio IDE.Resolves #9424
Resolves #9436
What
packages.config
Testing
Sample Apps
Using a clean clone and a completely empty user NuGet cache (
globalPackagesFolder
):yarn; yarn build
.packages\sample-apps\windows\SampleApps.sln
.x86
.Playground
Using a clean clone and a completely empty user NuGet cache (
globalPackagesFolder
):yarn; yarn build
.packages\playground\windows\playground.sln
.x86
.Microsoft Reviewers: Open in CodeFlow