[docs] Document unpackaged WinUI 3 debugging fix in VS Code extension - #1616
Draft
aspire-repo-bot[bot] wants to merge 1 commit into
Draft
[docs] Document unpackaged WinUI 3 debugging fix in VS Code extension#1616aspire-repo-bot[bot] wants to merge 1 commit into
aspire-repo-bot[bot] wants to merge 1 commit into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
14 tasks
Contributor
Author
Frontend HTML artifact readyThe latest frontend build uploaded the This comment updates automatically when a new frontend build artifact is uploaded. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents changes from microsoft/aspire#19877
@ellahathawayTargeting
release/13.6based on the source PR milestone13.6.Why
microsoft/aspire#19877 fixes a crash (
0xC000027BinMicrosoft.UI.Xaml.Application.Start()) when debugging unpackaged WinUI 3 projects through the Aspire VS Code extension. The PR body includes a "User-facing usage" section explaining that the extension now launches the generated apphost executable (RunCommand) instead of the managed DLL, with no project configuration changes required. This is a user-visible behavior change to the existing debugging experience described on the VS Code extension docs page, so it needed to be captured there.What changed
src/frontend/src/content/docs/get-started/aspire-vscode-extension.mdxexplaining that unpackaged WinUI 3 resources (added via a normalProjectlaunch profile, e.g.builder.AddProject<Projects.WinUIApp>("winui")) are launched via their generated apphost executable rather than the managed DLL, and that no project configuration changes, debugger attach behavior, launch-profile arguments, environment variables, or cleanup behavior are affected.Files modified
src/frontend/src/content/docs/get-started/aspire-vscode-extension.mdx(updated existing page, no new pages created)