diffplex icon indicating copy to clipboard operation
diffplex copied to clipboard

DiffPlex is Netstandard 1.0+ C# library to generate textual diffs.

Results 42 diffplex issues
Sort by recently updated
recently updated
newest added

so we can leverage newer .net features * span * ireadonlylist * ireadonlyspan

var differ = new Differ(); var diffResult = differ.CreateCharacterDiffs("12111", "111", false); Incorrect output: 21 Correct output: 2, 11