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 classExcludeFromCodeCoverageAttributeSpecifies that the attributed code should be excluded from code coverage information.
Public classSupported by Portable Class LibrarySupported in .NET for Windows Store appsSuppressMessageAttributeSuppresses 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)
© 2013 Microsoft. All rights reserved.