Skip to content

Fix non-existent asset path in JumpListPage inline code samples#2130

Merged
niels9001 merged 2 commits intoniels9001/jumplistfrom
copilot/sub-pr-2125-another-one
Feb 22, 2026
Merged

Fix non-existent asset path in JumpListPage inline code samples#2130
niels9001 merged 2 commits intoniels9001/jumplistfrom
copilot/sub-pr-2125-another-one

Conversation

Copy link
Contributor

Copilot AI commented Feb 22, 2026

The inline C# code samples on JumpListPage referenced ms-appx:///Assets/Square44x44Logo.scale-200.png, an asset that doesn't exist in the project, causing the displayed snippets to be misleading/non-functional if copy-pasted.

Changes

  • Replace both occurrences of the invalid path in the XAML code sample strings with ms-appx:///Assets/Tiles/AppList.targetsize-48.png, aligning the samples with what the code-behind (JumpListPage.xaml.cs) actually uses.

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: niels9001 <9866362+niels9001@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 22, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • e7bvsblobprodcus348.vsblob.vsassets.io
    • Triggering command: /usr/bin/dotnet dotnet test tests/WinUIGallery.UnitTests/WinUIGallery.UnitTests.csproj (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Address feedback on adding jumplist support Fix non-existent asset path in JumpListPage inline code samples Feb 22, 2026
Copilot AI requested a review from niels9001 February 22, 2026 13:50
@niels9001 niels9001 marked this pull request as ready for review February 22, 2026 13:51
@niels9001 niels9001 merged commit 2243469 into niels9001/jumplist Feb 22, 2026
1 check passed
@niels9001 niels9001 deleted the copilot/sub-pr-2125-another-one branch February 22, 2026 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants