This is a C# implementation of the O(ND) diff algorithm. It was originally written by skanmera, and the original repository is found at the following link:
https://github.com/skanmera/NetDiff
My fork of the repository is for the sole purpose of converting the original repository to .NET Standard (skanmera's version was built for .NET Framework). With the repository built for .NET Standard, it is much more portable and can target multiple platforms.
This project is available on Nuget! It is found here:
https://www.nuget.org/packages/NetDiffStandard
This project is released under the MIT license: https://opensource.org/licenses/MIT