Detecting and Correcting Managed Code Defects

Microsoft Visual Studio 2005 Team Edition for Software Developers provides code analysis tool help you in detect and correct managed code defects.

In This Section

Code Analysis for Managed Code Overview

Learn about the features of the code analysis tool.

How to: Enable and Disable Code Analysis for Managed Code

Learn to invoke code analysis tool from within the IDE.

How to: Enable and Disable Specific Managed Code Analysis Warnings

Learn to selectively enable and disable code analysis warnings.

How to: View Managed Code Defects

Describes how to view and navigate to warnings in code.

How to: Create a Work Item for Managed Code Defect

Learn to use work item tracking feature in Team Foundation.

Walkthrough: Analyzing Managed Code for Code Defects

Gain hands-on experience by performing code analysis on a managed project.

Suppress Warnings Using SuppressMessage Attribute

Learn about In Source Suppression (ISS) to suppress a warning.

Code Analysis for Managed Code Warnings

Lists and describes code analysis warnings.

Code Analysis Errors

Lists and describes code analysis tool errors.

See Also

Other Resources

Detecting and Correcting C/C++ Code Defects