-
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
Unable to switch SampleApps.sln build platform in Visual Studio #9424
Comments
@JunielKatarn Jon thinks this might be due to the PackageReference change, could you take a look? |
I'll take a look today. Verifying this should be simple. |
I have successfully reproduced the issue on the latest Environment:
However, this may not be inherent to the
I'll do a binary search to find the first commit that hits the issue consistently. |
Bug confirmed also in Visual Studio 2022. |
Bug introduced by commit |
Problem Description
I'm trying to build SampleApps.sln, Debug x86, from main, in any VS supported version. By default when I open the solution, Debug ARM64 is chosen.
If I switch to x86, VS hangs forever:
This does not repro with 0.67-stable. I believe this may be some kind of race condition with VS trying to restore the nuget packages because of the new PackageReference stuff.
Steps To Reproduce
Expected Results
Solution changes platform so I can build it
CLI version
npx react-native --version
Environment
Target Platform Version
10.0.19041
Target Device(s)
Desktop
Visual Studio Version
2019, 2022
Build Configuration
Debug
Snack, code example, screenshot, or link to a repository
No response
The text was updated successfully, but these errors were encountered: