Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Removing unused DLL references in Visual Studio 2013

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.)

like image 457
Jason D Avatar asked Nov 11 '22 17:11

Jason D


1 Answers

There is an extension called ResloveRU that worked for me in VS 2013. But apparently it didn't work well for some people (see the reviews). Back up your project and good luck.

like image 119
Quentin Avatar answered Dec 01 '22 17:12

Quentin