Where is the HMI/Dialog/UI to pick and choose which types of build warnings that I'd like to be notified ?
e.g.
Warning 77 CA1725 : Microsoft.Naming : In member 'x', change parameter name 'a' to 'b' in order to match the identifier as it has been declared in 'd'. <filename>
isn't as important as
Warning 75 CA2200 : Microsoft.Usage : 'a' rethrows a caught exception and specifies it explicitly as an argument. Use 'throw' without an argument instead, in order to preserve the stack location where the exception was initially raised. <filename>
I've just inherited a ton of code.. and there is too much noise. I see a Suppress Messages(s) on a right click on the build warning... but I'm afraid I'd not be able to turn it back on :)
This seems to be more painful than necessary... Am I missing something ?