Diff parsing and patching for .Net
Target Platform : .Net Standard 2.0
Inspired by / Based on :
- ParseDiff (Unified Diff Parser in C#) by jkingry
- sharpdiff (Diff creation and parsing library for .Net) by jagregory
The main use is to patch files using unified diff file. Diff generation is not supported and I do not intend to add it. I wrote this code to apply patches generated by other program (git diff, Linux diff, ...)
Visual Studio
- Amael BERTEAU
This project is licensed under the MIT License - see the LICENSE file for details
Available on NuGet Gallery : DiffPatch