Question

There must be simple way, I do not want to run Code Analysis separately on each project.

Was it helpful?

Solution

Sorry for the dumb response before..Here's what you REALLY do :)

Set each project to run code analysis on build:

  • right-click the project,
  • go to the Code Analysis tab
  • click "Enable Code Analysis on Build"

When you build the solution, it will run CA on each project

OTHER TIPS

I wrote a custom MsBuild task that does this.

http://ripper234.com/p/msbuild-fxcopsolution-task/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top