Open jeromelaban opened 5 months ago
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
We should either generate this extension always, or move this extension to Uno so that it's always available.
this should be addressed when Resizetizer is ported into Uno
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.