Skip to content
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

WASDK/WinUI source code loading during debugging in Visual Studio pops up Microsoft login window #10167

Open
lolametro opened this issue Nov 12, 2024 · 0 comments
Labels
needs-triage Issue needs to be triaged by the area owners

Comments

@lolametro
Copy link

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

  1. Add a breakpoint in Windows App SDK/WinUI C++ code in Visual Studio (example: add function breakpoint to Microsoft.ui.xaml.dll!OnFailureEncountered)
  2. Enable native debugging
  3. Start debugging your app
  4. 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

Image

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

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Nov 12, 2024
@RDMacLachlan RDMacLachlan transferred this issue from microsoft/WindowsAppSDK Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Issue needs to be triaged by the area owners
Projects
None yet
Development

No branches or pull requests

1 participant