I know that this question has been asked before over the years and that there are extensions out there that can remove unused DLL references, but none of those seem to be compatible with Visual Studio 2013. I also understand that VS 2013 is still pretty new and that some extensions haven't been updated yet, but short of shelling out a good chunk of change for ReSharper
, are there any VS 2013-compatible extensions out there that can remove unused DLL references from my projects? Or are there other tools/methods of removing references that can get the job done, preferably for free (and not trial-based)?
If there's nothing that fits the bill, having to do it by hand isn't a huge problem by any means; I was just curious as to what's currently available for VS 2013 or what may be upcoming.
(Note that I'm not talking about removing using
statements; CodeMaid
already takes care of that.)