You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first build after opening Visual Studio 2022 doesn't properly start up. It will only start building if I cancel the first build and build again or try to exit VS (shown in video).
Root-caused it to the commit from #8195, likely a side-effect of PackageReference changes.
VS22.mp4
Steps To Reproduce
Open RNW project in VS 2022
Try to build
Expected Results
Project should start building when 'build' is pressed.
CLI version
6.2.0
Environment
System:
OS: Windows 10 10.0.22000
CPU: (8) x64 Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz
Memory: 45.37 GB / 63.85 GB
Binaries:
Node: 14.17.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.5 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.14.13 - C:\Program Files\nodejs\npm.CMD
Watchman: Not Found
SDKs:
Android SDK: Not Found
Windows SDK:
AllowDevelopmentWithoutDevLicense: Enabled
AllowAllTrustedApps: Enabled
Versions: 10.0.19041.0, 10.0.22000.0
IDEs:
Android Studio: Not Found
Visual Studio: 17.0.32112.339 (Visual Studio Enterprise 2022)
Languages:
Java: Not Found
npmPackages:
@react-native-community/cli: Not Found
react: Not Found
react-native: Not Found
react-native-windows: Not Found
npmGlobalPackages:
*react-native*: Not Found
Problem Description
The first build after opening Visual Studio 2022 doesn't properly start up. It will only start building if I cancel the first build and build again or try to exit VS (shown in video).
Root-caused it to the commit from #8195, likely a side-effect of PackageReference changes.
VS22.mp4
Steps To Reproduce
Expected Results
Project should start building when 'build' is pressed.
CLI version
6.2.0
Environment
System: OS: Windows 10 10.0.22000 CPU: (8) x64 Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz Memory: 45.37 GB / 63.85 GB Binaries: Node: 14.17.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.5 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 6.14.13 - C:\Program Files\nodejs\npm.CMD Watchman: Not Found SDKs: Android SDK: Not Found Windows SDK: AllowDevelopmentWithoutDevLicense: Enabled AllowAllTrustedApps: Enabled Versions: 10.0.19041.0, 10.0.22000.0 IDEs: Android Studio: Not Found Visual Studio: 17.0.32112.339 (Visual Studio Enterprise 2022) Languages: Java: Not Found npmPackages: @react-native-community/cli: Not Found react: Not Found react-native: Not Found react-native-windows: Not Found npmGlobalPackages: *react-native*: Not Found