unoplatform / uno.resizetizer

The home for Uno.Resizetizer, an image resizting tooling for Uno Platform apps
https://platform.uno
Other
15 stars 6 forks source link

Default uno template contains icon errors #288

Closed jeromelaban closed 1 week ago

jeromelaban commented 3 weeks ago

Current behavior

A default app template (blank or recommended) will show errors like this one:

image

Expected behavior

No errors.

How to reproduce it (as minimally and precisely as possible)

Environment

Nuget Package:

Package Version(s):

Affected platform(s):

Visual Studio:

Relevant plugins:

Anything else we need to know?

dansiegel commented 2 weeks ago

I'm unable to reproduce this

jeromelaban commented 2 weeks ago

This is caused by the fact that the PWA app manifest being used is the one coming from the Platforms folder. We should likely change the LogicalName of the file (not sure if the bootstrapper supports it).

dansiegel commented 1 week ago

As discussed with @jeromelaban the fix for this should probably be coming from the Bootstrapper as it appears that the manifest is being read from the wrong directory.