diff-match-patch icon indicating copy to clipboard operation
diff-match-patch copied to clipboard

Add C# library and tests into a .NET project/solution

Open mattkoch614 opened this issue 5 years ago • 5 comments

  • 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

mattkoch614 avatar Sep 26 '18 20:09 mattkoch614

@NeilFraser Any thoughts on this PR?

mattkoch614 avatar Oct 04 '18 14:10 mattkoch614

Bump (is that still a thing in 2018?)

mattkoch614 avatar Nov 20 '18 22:11 mattkoch614

Thanks for PR. Hope someone will take a look at this.

koliyo avatar May 07 '19 10:05 koliyo

Me too!

mattkoch614 avatar Apr 09 '20 19:04 mattkoch614

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

John0King avatar Mar 15 '22 01:03 John0King