Visual Studio 2010 中的代码指标
我想知道 Visual Studio 2010 中的代码指标有哪些可用选项。我知道可以在 IDE 中对代码运行手动指标,但是还有其他选项吗?
我想做的是:我和我的团队正在运行 Team Foundation Server 2010,并且我们设置了自动构建以及这些构建的通知/警报。通知效果很好,但它们只提供基本信息。通知链接到一个页面,该页面提供了有关构建的更多详细信息,这也很棒。但是,我仍然希望通过这些构建了解我的代码的指标,并且它们的通知会自动运行。
老实说,我不知道这是否可能,但如果可能的话,我想知道是否有人确切地知道如何来完成它。
但是,如果无法做到这一点,我就会寻找有关可以实现上面列出的目标的第三方工具(付费或免费)的任何信息。
I was wondering what options were available with regards to code metrics in Visual Studio 2010. I know there are manual metrics that can be run on your code from within the IDE, but are there any other options?
What I'm trying to do is this: My team and I are running Team Foundation Server 2010 and we have automated builds set up as well as notifications/alerts for those builds. The notifications work well, but they give only basic information. The notifications link to a page that give more detail on the build which is great too. However, I'd still like to have metrics on my code with these builds and their notifications run automatically.
I honestly don't know if this is possible, but if it is, I was wondering if anyone knew exactly how to get it done.
If this can't be done, though, I was looking for any information on third-party tools (paid or free) that could accomplish my goals listed above.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
检查NDepend。它与 Visual Studio 完全集成。
Check NDepend. It has full integration with Visual Studio.
现在可以从命令行使用指标工具:
http:// /blogs.msdn.com/b/camerons/archive/2011/01/28/code-metrics-from-the-command-line.aspx
Metrics tool is available from the command line now:
http://blogs.msdn.com/b/camerons/archive/2011/01/28/code-metrics-from-the-command-line.aspx
请从 http://www.blunck.se/ccm.html 检查 ccm 工具
这个工具非常快速且反应灵敏。
Please check the ccm tool from http://www.blunck.se/ccm.html
This tool is very fast and responsive.