5

I'm new to Newtonsoft.Json. I see two files: Newtonsoft.Json.dll and Newtonsoft.Json.xml.

What is the xml file for? Do I need to copy it to the bin folder?

Shiva
  • 20,575
  • 14
  • 82
  • 112
Johannes Schacht
  • 930
  • 1
  • 11
  • 28
  • 3
    It's the code documentation. It's not necessary, but you probably want to have it so you can read what methods/classes/properties etc. do. – Jyrka98 Sep 15 '15 at 19:27
  • That means I should not deploy the file with my application to customers? – Johannes Schacht Sep 15 '15 at 19:31
  • Yes. You don't need it anywhere else than in your IDE. – Jyrka98 Sep 15 '15 at 19:37
  • See [Where do Visual Studio Intellisense comments come from?](http://stackoverflow.com/q/14530949/10263) and [Is it necessary to deploy the XML file in a class library?](http://stackoverflow.com/q/32191906/10263) – Brian Rogers Sep 15 '15 at 20:25

0 Answers0