diff-match-patch
diff-match-patch copied to clipboard
Add C# library and tests into a .NET project/solution
- Added a solution file to contain the C# library & associated tests
- Added a .NET Standard 2.0 class library project to house the main library file
- Added a Console Application project to house the tests
- Added both projects to the solution file
- Added some basic metadata for the C# library in order to easily create a Nuget package
- No physical file locations were modified
@NeilFraser Any thoughts on this PR?
Bump (is that still a thing in 2018?)
Thanks for PR. Hope someone will take a look at this.
Me too!
does this actully compatable with .netstandard
? the code using System.Web
which it only work with .net framework!
it should be replace with System.Net.WebUtility
instead of the old System.Web.HttpUtility