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
First, everything works smoothly in Debug mode.
However, as soon as I switch to Release mode and try to run the app by pressing Ctrl+F5, nothing happens.
This issue occurs not only in the code I modified but also in the default WinUI3 template.
Steps to reproduce the bug
Launch Visual Studio 2022.
Create project "C# Blank App, Packaged (WinUI3)."
It probably won't build even in Debug mode. Therefore, add the syntax <WindowsSdkPackageVersion>10.0.1941.38</WindowsSdkPackageVersion> to the .csproj file.
Press F5 in Debug mode to verify that it works properly.
In Release mode, press the F5 button, Ctrl + F5, or the deploy button, then run the deployed app to check if it functions properly.
In step 5, you will find that none of them function properly.
Expected behavior
No response
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.6.0: 1.6.240829007
Windows version
Windows 11 (22H2): Build 22621
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
First, everything works smoothly in Debug mode.
However, as soon as I switch to Release mode and try to run the app by pressing Ctrl+F5, nothing happens.
This issue occurs not only in the code I modified but also in the default WinUI3 template.
Steps to reproduce the bug
<WindowsSdkPackageVersion>10.0.1941.38</WindowsSdkPackageVersion>
to the.csproj
file.In step 5, you will find that none of them function properly.
Expected behavior
No response
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.6.0: 1.6.240829007
Windows version
Windows 11 (22H2): Build 22621
Additional context
No response
The text was updated successfully, but these errors were encountered: