Skip to content

Fix incorrect asset path in JumpListPage inline code samples#2129

Merged
niels9001 merged 2 commits into
niels9001/jumplistfrom
copilot/sub-pr-2125-again
Feb 22, 2026
Merged

Fix incorrect asset path in JumpListPage inline code samples#2129
niels9001 merged 2 commits into
niels9001/jumplistfrom
copilot/sub-pr-2125-again

Conversation

Copilot AI commented Feb 22, 2026

Copy link
Copy Markdown
Contributor

The inline C# code snippets in JumpListPage.xaml referenced ms-appx:///Assets/Square44x44Logo.scale-200.png, which doesn't exist in the main app project — only in the unit test assets.

Changes

  • Updated both Logo URI examples in JumpListPage.xaml to use ms-appx:///Assets/Tiles/AppList.targetsize-48.png, matching the actual path used in the code-behind.
// Before
task.Logo = new Uri("ms-appx:///Assets/Square44x44Logo.scale-200.png");

// After
task.Logo = new Uri("ms-appx:///Assets/Tiles/AppList.targetsize-48.png");

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

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

Copilot AI commented Feb 22, 2026

Copy link
Copy Markdown
Contributor Author

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 incorrect 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:52
@niels9001 niels9001 merged commit 05eb584 into niels9001/jumplist Feb 22, 2026
1 check passed
@niels9001 niels9001 deleted the copilot/sub-pr-2125-again branch February 22, 2026 13:52
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