c# - How to create unified diff? -
i have 2 multiline strings (in memory, not files). how can calculate unified diff?
one solution save strings temporary files, system call diff -u , capture output, i'd rather in pure .net. happy use nuget package if it's not in standard library.
Comments
Post a Comment