code analysis - How can I run FxCop on an entire solution in Visual Studio 2008 -


Should be a simple way, I do not want to run code analysis on each project separately.

Sorry for the dumb response before that. Here's what you are doing :)

Set up each project to run the code Analysis on Build:

  • Right-click on the project,
  • Go to Code Analysis tab
  • Click on "Enable Code Analysis on Build"

When you create a solution, it will be displayed on each project CA will run


Comments