Delete all references that are not in use in Visual Studio?

5

I want to delete all references (I'm not talking about using in class files) that are not being used. For this, of course, I need at least an effective way to find out which references are not in use.

Understand "references" as the Project references.

See print:

Is there a simple, automatic way to do this?

    
asked by anonymous 24.01.2017 / 00:57

2 answers

3

For C # Visual Studio does not do this. It needs some extension. The Resharper does and is a great option. But if you just want this feature and you do not want to spend there's a extension .

    
24.01.2017 / 01:22
1

ResolveUR solves your issue if you do not choose to use Resharper.

    
16.11.2017 / 09:40