ReSharper 2016.1 Help

Code Inspection: Redundant using directive

Extraneous using references are a very common thing. Whenever you create, say, a WinForms window, Visual Studio preemptively adds a large number of using references in your code file. Since ReSharper is able to determine which using references are actually needed and which are redundant, it offers a warning, offering the option to remove the unnecessary references.

See Also

Last modified: 19 August 2016