Description
The documentation says:
A background color for the app icon can also be specified:
<MauiIcon Include="Resources\Images\appicon.svg" Color="#512BD4" />
and
https://docs.microsoft.com/en-us/dotnet/maui/user-interface/images/app-icons
A background color for the app icon can also be specified:
<MauiIcon Include="Resources\Images\appicon.svg" Color="#512BD4" />
Edit: tested with svg and png with transparent background as well.
This single configuration has 5 different looks in the system:
<MauiIcon Include="Resources\appicon.svg" ForegroundFile="Resources\appicon.svg" TintColor="White" Color="White" />
Task manager - additional blue line:

Task manager - details tab - no icon:

Windows taskbar - TintColor and Color not applied (well, Color (background) actually once worked randomly #7200)

Settings - blue rectangle:

Window title - nothing

Steps to Reproduce
use MauiIcon on Windows
Version with bug
Release Candidate 3 (current)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
latest
Did you find any workaround?
No response
Relevant log output
No response
Description
The documentation says:
and
https://docs.microsoft.com/en-us/dotnet/maui/user-interface/images/app-icons
Edit: tested with svg and png with transparent background as well.
This single configuration has 5 different looks in the system:
<MauiIcon Include="Resources\appicon.svg" ForegroundFile="Resources\appicon.svg" TintColor="White" Color="White" />Task manager - additional blue line:

Task manager - details tab - no icon:

Windows taskbar - TintColor and Color not applied (well, Color (background) actually once worked randomly #7200)

Settings - blue rectangle:

Window title - nothing

Steps to Reproduce
use MauiIcon on Windows
Version with bug
Release Candidate 3 (current)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
latest
Did you find any workaround?
No response
Relevant log output
No response