是否有一个库可以从我的 C# 代码中分析 VB.Net 代码的复杂性?

发布于 2024-08-06 07:19:56 字数 102 浏览 3 评论 0原文

给定字符串中的 VB.Net 代码,是否有一个库(或命令行工具)可以计算 Cyclomatic Complextiy 和 LOC? 这必须在我的 C# 代码中完成。

谢谢。

Given VB.Net code in a string, is there a library (or a command line tool) out there that could calculate Cyclomatic Complextiy and LOC?
This has to be done within my C# code.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱的那么颓废 2024-08-13 07:19:56

有 Refactor!,它确实提供了一些可扩展性,并且还提供了测量(以及可扩展点)

除此之外,还有 NDepend,它允许您查询代码以获取此类信息:
http://www.ndepend.com/Features.aspx

There is Refactor!, which does supply some extensibility and also supplys the mesurements (And an extesibility point)

Besides that, there is also NDepend, which allows you to query your code for such infos:
http://www.ndepend.com/Features.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文