Suppress a warning for all projects in Visual Studio

asked7 years ago
last updated6 years ago
viewed16k times
Up Vote26Down Vote

I've seen answers showing how to suppress a warning for a specific line of code or for a specific project. I don't want that.

I want to suppress a specific warning for of my projects.

(If it matters, the warning is IDE0044. And I'm using C#.)