0

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.

enter image description here

And no option to ignore it exists:

enter image description here

8
  • 2
    Does this answer your question?: stackoverflow.com/questions/32143710? I appreciate that it might not since that's a project-by-project basis rather than overall. May 30, 2021 at 14:16
  • @Llama It also doesn't help. Please see my edit.
    – ispiro
    May 30, 2021 at 16:31
  • Witch Framwork ? Could you add an .editorconfig in your project / solution ? May 31, 2021 at 14:10
  • 1
    I found this github issue, which may be of use to you. To learn more about rule sets, visit Microsoft Docs. May 31, 2021 at 14:19
  • The proposed duplicate is not one. why? Warnings like this are disabled through #pragma directives 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. May 31, 2021 at 14:19

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

Browse other questions tagged or ask your own question.