我们可以在.NET Windows Forms/WPF应用程序中使用TFS Comparision API吗

发布于 2025-01-07 15:27:25 字数 144 浏览 1 评论 0原文

我想比较两个 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 技术交流群。

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

发布评论

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

评论(1

梦纸 2025-01-14 15:27:25

Team Foundation Server 合并工具是一个简单的可执行文件 (diffmerge.exe),在安装 TFS 客户端部分时附带。它不是 TFS API 的一部分吗?

您可以做的是启动一个开源命令行工具来完成这项工作,例如 WinMerge

我不会使用 diffmerge.exe 有两个原因:

  • 它可能无法在个人/商业项目中使用它,因为它是通过 TFS 提供和许可的,
  • 它是一个蹩脚工具,可能是最糟糕的工具TFS 的比特块

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:

  • it's probably not possible to use it in a personal/commercial project as it's shipped and licensed with TFS
  • it's a crappy tool, probably the worst chunk of bits of TFS
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文