The proposed duplicate is not one. Until the latest update (16.10) the three dots were not there, the usings were just grayed out (as in the duplicate). Please stop suggesting useless duplicates.
How do I stop Visual Studio from warning about unused using statements (by the three dots under them)?
e.g.
And no option to ignore it exists:


The proposed duplicate is not one.why? Warnings like this are disabled through#pragmadirectives or build settings. This is nothing new. You may be using a different analyzer (VS? Resharper? Roslynator?) but all of them are controlled in the same way.