By developing FxCop customizations, you can:
• Ensure that the names of controls on forms and web pages follow your naming conventions.
• Check that your preferred controls, components, and classes are used instead of alternatives.
• Inspect literal argument values being passed to your methods.
• Examine control structures, such as conditions and loops, to evaluate code metrics.
• Determine the callers and callees of methods.
• Spell-check text elements such as identifiers, literals, and resource strings.
• Verify that elements are properly documented with XML documentation comments.
1 comment:
Post a Comment