Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
像 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
还有 http://apichange.codeplex.com 具有比较选项。 像这样称呼它
,你应该得到一份报告。
There's also http://apichange.codeplex.com that has a diffing option. Call it like this
and you should get a report.