January 2011
Intermediate to advanced
1648 pages
70h 30m
English
Running Code Analysis (available through the project’s context menu) typically yields quite a few warnings related to methods. Figure 10.26 shows the result of running the analysis (with all rules enabled in the project’s settings) for a simple program. All the warnings should be understood by now, and fixes should be obvious.
Figure 10.26. Some Code Analysis warnings related to methods.

Warnings can be suppressed if you have some good reason for it. Using the rule sets feature available through the project’s configuration settings, each project can decide what level of strictness to apply with regard to various rules. For example, ...
Read now
Unlock full access