我正在寻找像 LibCheck 这样的工具来评估同一 SDK 的不同版本

发布于 2024-07-18 02:28:51 字数 1539 浏览 4 评论 0原文

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

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

发布评论

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

评论(2

喵星人汪星人 2024-07-25 02:28:51

NDepend 这样的工具非常适合这项工作,并且内置了用于差异报告的功能“ API”级别而不仅仅是文本,例如:

比较构建和代码差异

NDepend 有自己的代码查询语言CQL,可用于编写高度定制的静态分析报告:

代码查询语言

A tool such as NDepend is very much suited to this job, and has built in features for diff reporting at an "API" level rather than just textual e.g.:

Compare Builds and Code Diff

NDepend has its own code query language CQL which can be used to write highly customized static analysis reports:

Code Query Language

鲜血染红嫁衣 2024-07-25 02:28:51

还有 http://apichange.codeplex.com 具有比较选项。 像这样称呼它

ApiChange -diff -old $net2dir\System.dll -new $net4dir\System.dll

,你应该得到一份报告。

There's also http://apichange.codeplex.com that has a diffing option. Call it like this

ApiChange -diff -old $net2dir\System.dll -new $net4dir\System.dll

and you should get a report.

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