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

The Uno.Resizetizer extension for icon should be conditionally generated #289

Open jeromelaban opened 3 weeks ago

jeromelaban commented 3 weeks ago

Current behavior

This icon extension is currently not generated if the icon files are not setup properly, causing hard-to-diagnose errors:

https://github.com/unoplatform/uno.resizetizer/blob/d5659362b965a48e2fb07e0ed7845bb6deefbf3f/src/Resizetizer/src/WindowIconGeneratorTask.cs#L8

Expected behavior

We should either generate this extension always, or move this extension to Uno so that it's always available.

dansiegel commented 3 weeks ago

this should be addressed when Resizetizer is ported into Uno