I would like to add a StyleCop SuppressMessageAttribute
to some code but I don't want to require StyleCop to be installed.
Does my project need to reference the StyleCop binaries and if so, which ones? Also, is the StyleCop SuppressMessageAttribute
different to the System.Diagnostics.CodeAnalysis.SuppressMessageAttribute
?