我们可以在.NET Windows Forms/WPF应用程序中使用TFS Comparision API吗
我想比较两个 XML 文本并显示颜色编码的比较,就像在 .net Windows 窗体或 WPF 应用程序中的 TFS 或 Beyond Compare 中所做的那样。
只是寻找一种使用 .net 或 TFS API 中已定义的 API 来完成此操作的方法。
I would like to compare two XML text and show color coded comparison as done in TFS or Beyond Compare in .net Windows Forms or WPF application.
Just looking for a way to do it using some already defined API in .net or TFS API .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Team Foundation Server 合并工具是一个简单的可执行文件 (
diffmerge.exe
),在安装 TFS 客户端部分时附带。它不是 TFS API 的一部分吗?您可以做的是启动一个开源命令行工具来完成这项工作,例如 WinMerge。
我不会使用 diffmerge.exe 有两个原因:
The Team Foundation Server merge tool is a simple executable (
diffmerge.exe
) that is shipped when you install TFS client part. Is it not part of the TFS API.What you could do is launch an open source command line tool to do the job, such as WinMerge.
I wouldn't use diffmerge.exe for two reasons: