Visual Studio 2010 Code Analysis - Run on Solution

后端 未结 2 738
抹茶落季
抹茶落季 2021-02-19 01:02

I would like to manually run code analysis for an entire solution, not on building the project, and not using FXCop, if possible. I did enable CA on build but it really, really

2条回答
  •  轮回少年
    2021-02-19 01:38

    No, I don't think you're missing anything. The CA from VS2010 can only be run manually per project. This can indeed become very cumbersome for large solutions if you don't want the CA on build. You could try to disable some rulesets to decrease the slowdown though.

提交回复
热议问题