Describe the bug
The blue plate is showing behind app icons in the taskbar while running with debug identity. This does not occur when the app is running after being full packaged. I believe this is because during full packaging we've generated a .pri file which tells the system to use the unplated assets in the taskbar. But this file doesn't exist when we've only added debug identity so the unplated version isn't being referenced anywhere.
To Reproduce
- Create a WPF app
- winapp init
- winapp manifest update-assets "img file" -- app icon should not be square in order to see this bug
- dotnet build
- winapp create-debug-identity "path to exe"
- ./"exe path"
App will run and icon will have a blue plate behind it.
Expected behavior
App icon should not have a blue plate behind it.
Screenshots
No response
OS Version and details
No response
Describe the bug
The blue plate is showing behind app icons in the taskbar while running with debug identity. This does not occur when the app is running after being full packaged. I believe this is because during full packaging we've generated a .pri file which tells the system to use the unplated assets in the taskbar. But this file doesn't exist when we've only added debug identity so the unplated version isn't being referenced anywhere.
To Reproduce
App will run and icon will have a blue plate behind it.
Expected behavior
App icon should not have a blue plate behind it.
Screenshots
No response
OS Version and details
No response