Visual RPG 9.0  

Code Analysis Overview

Code analysis analyzes managed code assemblies and reports information about the assemblies; such as violations of the programming and design rules as set by Visual RPG and the Microsoft Framework design guidelines.

The code analysis tool represents the checks it performs during an analysis as Warning messages.  Warnings detect and identify relevant programming and design issues and, when possible, supply information about how to fix the problem.

To enable Code Analysis, you can select Enable Code Analysis on the Project's Property Pages.

Additional options for including or excluding rules and treating rules as warnings or errors can also be accessed from property pages. When the tool is enabled during the build process, it reports warnings in the Error List.

See Also

Setting Project Designer Properties