Code analysis: Global project/assembly suppression

Posted by klausbyskov on Stack Overflow See other posts from Stack Overflow or by klausbyskov
Published on 2010-03-15T11:40:51Z Indexed on 2010/03/15 11:49 UTC
Read the original article Hit count: 655

Filed under:
|
|

I have several CA1704:IdentifiersShouldBeSpelledCorrectly warnings that I want to suppress. Basically they refer to the company name which is deemed to be spelled incorrectly. The company name is part of several namespaces in my project, and in order to suppress all the warnings I need to add a lot of suppressions to the GlobalSuppressions file. Is there any way to suppress all warning in a single line in order to aviod my GlobalSuppressions file to become overly cluttered?

© Stack Overflow or respective owner

Related posts about code-analysis

Related posts about .NET