免费/开源 .NET Diff 生成器?

发布于 2024-07-18 07:53:45 字数 1542 浏览 8 评论 0原文

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

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

发布评论

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

评论(3

花海 2024-07-25 07:53:45

我刚刚发布了我的 DiffPlex 项目,它完全符合您的要求。

I just released my DiffPlex project which does exactly what you ask.

往昔成烟 2024-07-25 07:53:45

您可以对两个文件进行 MD5 哈希以确定它们是否相同。 SO 风格的修订历史会更加密集一些。

查看此 diff 工具的源代码,这可能会让您朝着正确的方向前进。

http://dotnet.jku.at/applications/Diff/Src.aspx

You can do an MD5 hash of both files to determine if they are identical. The SO-style revision history would be a bit more intensive.

Check out the source code for this diff tool, which might get you going in the right direction.

http://dotnet.jku.at/applications/Diff/Src.aspx

迷雾森÷林ヴ 2024-07-25 07:53:45

令人惊讶的是,我找到了一种实现,它可以为您提供与 SO 编辑相同的功能。 codeproject 我也将使用它,希望这也对其他人有帮助。

Surprisingly, i found one implementation which could give you the same functionality as SO edits. codeproject I am going to use it as well and hope this helps other people too.

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