NetDiff icon indicating copy to clipboard operation
NetDiff copied to clipboard

C# implementation of the Diff algorithm.

Results 2 NetDiff issues
Sort by recently updated
recently updated
newest added

Hi, @skanmera ! This project is impressive! But we are planning to use it in the latest .NET. (.NET 5) So, I prompt this to help upgrading it like this....

如开始是1 改成234 对比结果是:2134(加2,删1,加3,加4) 应该是1234(删1,加2,加3,加4)