dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.06k stars 1.73k forks source link

Resizetizer not cleaning up after image files are deleted #19373

Open mobynet1 opened 10 months ago

mobynet1 commented 10 months ago

Description

I removed an image from the Resources/Images folder, but the image kept showing up in pages where a reference to that icon was replaced with another. When I did a file search for the deleted image, I found it lurking in the obj\Release\net8.0-andriod\resizeitizer\r\drawable-xxx folders. I did a clean and that did not remove the resized images as expected.

Steps to Reproduce

Add an image Run the program to run the resizetizer Delete the image Look in the ...\obj... folders and the old resized files will still be there.

Link to public reproduction project repository

No response

Version with bug

8.0.3

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Windows, I was not able test on other platforms

Affected platform versions

net8.0-windows10.0.19041.0

Did you find any workaround?

Didn't try

Relevant log output

N/A
PureWeen commented 10 months ago

@mattleibow thoughts?

ghost commented 10 months ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

pictos commented 10 months ago

If you do a rebuild does that fix the issue?