Visual Studio Code Analysis vs StyleCop + FxCop

前端 未结 3 938
北恋
北恋 2020-12-07 13:07

I used previously StyleCop + FxCop on my Visual Studio\'s projects. But now I am testing Visual Studio Code Analysis tool, which is easier to integrate into MSBuild, and I h

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-07 13:44

    Until now my googling resulted in the following answer:

    http://blogs.msdn.com/bharry/archive/2008/07/19/clearing-up-confusion.aspx

    states:

    "We found that StyleCop is, in fact, a very useful tool and it does things FxCop and TeamDev doesn't do (and it doesn't do the things they do). It is a wonderful complementary tool. StyleCop is a tool for doing coding style checking to verify that source code is formatted the way you want and follows the style guidelines for conventions. While there is some overlap with FxCop (like checking identifier capitalization), the overlap is miniscule as StyleCop does not do the deep analysis that the other static analysis tools do to enable code correctness checks, security checks, etc."

    But I'm not sure if the "TeamDev" is the same thing as "Visual Studio's Code Analysis"

提交回复
热议问题