Hi all,
When installing a custom app via a local .nupkg file, the package icon defined via <PackageIcon> in the .csproj is not displayed in the AppStore UI.
Expected behavior: The icon defined in the NuGet package should be displayed in the AppStore, similar to how packages installed from the public NuGet feed display their icon (e.g. Klarna Checkout).
Current behavior: The icon is not displayed for locally installed packages. Only the default placeholder icon is shown.
What i tried:
- Add an icon to the project, e.g.
Images\eWings_32x32.png - Configure the
.csprojas follows: - Build the project
- Upload/install the .nupkg
Is there another way of doing is?
Kind regards,
Wilfred Polderman