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

Popular posts from this blog

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -