How do you go about finding unused icons, images, strings in .resx files that may have become 'orphaned' and are no longer required?
Recently ResXManager 1.0.0.41 added a feature to show the number of references to a string resource.
I couldn't find any existing solution that would search for string resource references in XAML files and batch-remove unused ones.
So I wrote this: https://github.com/Microsoft/RESX-Unused-Finder
It searches a project directory for references to string resources, then displays a list of ones it couldn't find a match for. You can specify a template to search for so it can find references in XAML files.
I created a free open-source VS extension that looks for unused images in a project, just published the first version: https://marketplace.visualstudio.com/items?itemName=Jitbit1.VSUnusedImagesFinder
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With