DiffPatch
Diff parsing and patching with .Net
Install / Use
/learn @aberteau/DiffPatchREADME
DiffPatch 
Diff parsing and patching for .Net<br /> 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
Features
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, ...)
Getting Started
Prerequisites
Visual Studio
Authors
- Amael BERTEAU
License
This project is licensed under the MIT License - see the LICENSE file for details
NuGet Packages
Available on NuGet Gallery : DiffPatch
