5
I wish to exclude all references (I am not talking about using
in the 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 references of the Project.
See print:
There is a simple and automatic way to perform this task?
Could explain how to identify these references with Resharper?
– Marconi
https://www.jetbrains.com/help/resharper/Refactorings__Remove_Unused_References.html
– Maniero