jeudi 6 octobre 2011

Tool to remove useless references in .net projects

Including too much references in projects can lead to tricky dependency graphes.  Checking all references is just boring and long; it’s why we have searched for a way to remove useless references automatically. Resharper provide the Clean Code feature which remove useless using directrives but it does not remove the references.

Googling made me discover a free VisualStudio extension that does just but exaclty what we need (ie remove useless references and using directives) : Reference Assistant

image

It works perfectly well so I think it is a must have tool !

Share/Bookmark

Aucun commentaire: