I'm implementing a custom Roslyn Analyzer whose ruleset would override a currently existing rule shipped by default with Visual Studio. Is there some way to make my rule silence this other rule in specific scenarios?
I haven't so far been able to find any documenation on whether this is possible.