Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Diagnostics.CodeAnalysis Namespace

Note: This namespace is new in the .NET Framework version 2.0.

The System.Diagnostics.CodeAnalysis namespace contains classes for interaction with code analysis tools. Code analysis 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.

Community Additions

Show:
© 2017 Microsoft