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
Whenever C++ source code files for Windows App SDK or WinUI are being loaded during debugging in Visual Studio, a Microsoft login window appears. It needs to be closed twice before the source code is actually loaded from GitHub.
I suspect this is the login for Microsoft employees, who have their credentials cached and therefore never see this. This issue impacts productivity of native debugging scenarios for Windows App SDK developers, as on every app start you will have to click away these two windows.
Steps to reproduce the bug
Add a breakpoint in Windows App SDK/WinUI C++ code in Visual Studio (example: add function breakpoint to Microsoft.ui.xaml.dll!OnFailureEncountered)
Enable native debugging
Start debugging your app
During startup/applying the breakpoint, the source code is being loaded and the login window appears. It needs to be clicked away twice before the source code is loaded.
Expected behavior
During startup/applying the breakpoint, the source code is being loaded without any login windows shown.
Screenshots
NuGet package version
Windows App SDK 1.6.1: 1.6.240923002
Packaging type
Packaged (MSIX)
Windows version
Windows 11 version 22H2 (22621, 2022 Update)
IDE
Visual Studio 2022
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Whenever C++ source code files for Windows App SDK or WinUI are being loaded during debugging in Visual Studio, a Microsoft login window appears. It needs to be closed twice before the source code is actually loaded from GitHub.
I suspect this is the login for Microsoft employees, who have their credentials cached and therefore never see this. This issue impacts productivity of native debugging scenarios for Windows App SDK developers, as on every app start you will have to click away these two windows.
Steps to reproduce the bug
Expected behavior
During startup/applying the breakpoint, the source code is being loaded without any login windows shown.
Screenshots
NuGet package version
Windows App SDK 1.6.1: 1.6.240923002
Packaging type
Packaged (MSIX)
Windows version
Windows 11 version 22H2 (22621, 2022 Update)
IDE
Visual Studio 2022
Additional context
No response
The text was updated successfully, but these errors were encountered: