RemS
RemS

Reputation: 280

Remove unused dll's from .net solution

My question is that is there any tool available in market to find all the unused dll's and remove it from .net solution for visual studio 2012 to make it lighter.

Upvotes: 4

Views: 2063

Answers (1)

petchirajan
petchirajan

Reputation: 4352

Resharper provides an option for removed unused references.

After installing Resharper just right click on the references of Project in solutions explorer, there you will get the menu (Optimize References) to removed unused references.

Link to Resharper: http://visualstudiogallery.msdn.microsoft.com/ea4ac039-1b5c-4d11-804e-9bede2e63ecf

Upvotes: 1

Related Questions