System.Diagnostics.CodeAnalysis Namespace
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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.
| Class | Description | |
|---|---|---|
![]() | SuppressMessageAttribute | Suppresses reporting of a specific static analysis tool rule violation, allowing multiple suppressions on a single code artifact. |
Show:
