MauiIcons icon indicating copy to clipboard operation
MauiIcons copied to clipboard

Icon Fonts not showing up in Unpackaged Windows Deployment

Open KaFo opened this issue 6 months ago • 7 comments

Describe the bug When using new .NET8 Unpackaged Windows Deployment the icon font is not included/applied in the published App. (MauiIcons 2.0). I haven't tested with MSIX deployment yet, so can't say if it works there.

I made simple example based on .NET8 Maui Hello World template. I only replaced the dot net bot image with a Mood Material Icon.

See code in GitHub Repo (MauiIcon branch)

or patch against base template here: MauiIconsInHelloWorldMaui.patch

This is how it looks like from IDE: OK image

published: NOT OK image

KaFo avatar Dec 15 '23 07:12 KaFo