Right now, generated images may overwrite other images if they have the same name. This is because if you have an svg MauiImage, the final image has the same name as that original file. Then, if you have a SVG for the splash screen with the same name, it has no way of picking another name.
<MauiImage Include="samename.svg" Link="anothername.svg" />
Description
Right now, generated images may overwrite other images if they have the same name. This is because if you have an svg MauiImage, the final image has the same name as that original file. Then, if you have a SVG for the splash screen with the same name, it has no way of picking another name.
Workaround
One solution would be to use a
Link="NewNameHere":Related to: