How can I get the source code of XmlDiffPatch library?

2.2k Views Asked by At

I came across the Microsofr.XmlDiffPatch and I would like to check how the Patch algorithm works. I spent sometime searching for the source code of this library, but didn't find anything useful yet. My questions are:

  1. Is it possible to obtain this code from some online repository - is it open source?

  2. If not, is there any other strategy to extract this code somehow from references in Visual Studio?

1

There are 1 best solutions below

2
Jack Zhai On BEST ANSWER

You could download and install XmlDiffPatch from here:

http://download.microsoft.com/download/1/f/1/1f146f9b-2a71-4904-8b91-e2f62d7b64b3/XmlDiffPatch.exe

And then, you could find source code in Src directory.