Jan 24, 2011

FxCop Integrator 1.2.0 Released: Support Code Analysis Behavior Customization

I've just released FxCop Integrator 1.2.0. It supports code analysis behavior customization so that an user can specify RuleSet and some FxCopCmd options.

FxCop Integrator 1.2.0 is available here.

Summary of New Feature
Now FxCop Integrator shows [Edit Code Analysis Configuration] in  a context menu of Solution or Project.
A new context menu [Edit Code Analysis Configuration]

When you select this one, FxCop Integrator opens Code Analysis Configuration Editor window. In this window, you can specify following options:

  1. Whether or not analyzing code of a project
  2. Whether or not searching GAC for missing reference assemblies
  3. Whether or not suppressing analysis results against generated code
  4. Timeout for analysis deadlock detection
  5. Whether or not analyzing code with RuleSet
Code Analysis Configuration Editor window

Do you notice that Code Analysis Configuration Editor has Override option?
FxCop Integrator supports Solution Configuration and Project Configuration. Solution Configuration is used to analyze all projects in the solution. Project Configuration is used to analyze the specific project. If Solution Configuration and Project Configuration set different value to an option, and checked its Override, FxCop Integrator overrides option value of Solution Configuration with Project Configuration's value.

No comments:

Post a Comment