JetBrains Rider 2018.2 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 JetBrains Rider 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.

Last modified: 21 December 2018

See Also