Is there any possibility to switch warnigs off on an individual, site-specific (not project-related) level?
Background: most warnings are null reference warnings on code that is already tested. In the heap of those, some mor important warnings may get lost.
I know that I can suppress warnings in the file and in the project.
Globally suppress c# compiler warnings
How to suppress Possible Null Reference warnings
Suppress warning on solution level. Treat warning as error on solution level (where the Answer on the question is from 2013 and it does not seem to work any more, and it would not solve my problem, either, which is:
As I am working in a team, I cannot suppress this in the projects because some other people may not like to suppress the warnings.
Is there any possibility to switch warnigs off on an individual, site-specific (not project-related) level?