Completed
Last Updated: 27 Jan 2025 17:10 by Keith
Keith
Created on: 10 Dec 2024 09:09
Category: UI for .NET MAUI
Type: Bug Report
1
Controls: [WinUI] Icons do not display when using unpackaged app

When creating a .NET MAUI blank net 9 template and adding for example PDF toolbar, the toolbar icons do not display as the app is build as unpackaged.

Solution:

Change the package type in the .csproj file:

from: 
<WindowsPackageType>None</WindowsPackageType>

to:
<WindowsPackageType>MSIX</WindowsPackageType>

3 comments
Keith
Posted on: 27 Jan 2025 17:10
I'll give it a try in the next couple of evenings.  Thank you.
ADMIN
Elena
Posted on: 27 Jan 2025 14:33

Hi Keith,

I am writing with an update on the issue. It was a general problem with fonts in unpackaged windows applications which was reported to Microsoft here: https://github.com/dotnet/maui/issues/26441 and it was fixed in the latest Maui release - 9.0.30 maui version. I tested to confirm that the sample project provided in the ticket works as expected with the latest release as an unpacked app.

I am updating the status to Completed as the issue is already resolved.

Please, try on your end and reach out if you have further questions.

Regards, Elena Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Hanoch
Posted on: 18 Dec 2024 11:51
Changing to MSIX mean is not ap build as unpackaged!!