This topic has not yet been rated - Rate this topic

System.Diagnostics.CodeAnalysis Namespace

The System.Diagnostics.CodeAnalysis namespace contains classes for interaction with code analysis tools. These tools are used to analyze code for conformance to coding conventions such as naming or security rules.

  ClassDescription
Public classSuppressMessageAttributeSuppresses reporting of a specific static analysis tool rule violation, allowing multiple suppressions on a single code artifact.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.