How does one implement FxCop / static analysis on an existing code base

后端 未结 4 967
时光说笑
时光说笑 2021-01-03 04:20

What are some of the strategies that are used when implementing FxCop / static analysis on existing code bases with existing violations? How can one most effectively reduce

4条回答
  •  既然无缘
    2021-01-03 04:59

    NDepend looks like it could do what you're after, but I'm not sure if it can be integrated into a CruiseControl.Net automated build, and fail the build if the code doesn't meet the requirements (which is what I'd like to happen).

    Any other ideas?

提交回复
热议问题