Unplanned
Last Updated: 18 Dec 2024 11:51 by Hanoch
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>

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