For instance, log4net.dll comes with log4net.xml. What's the use of this xml?
+3
A:
They contain the comments for the code in xml format. They can be used with sandcastle to generate windows help files or MSDN style html documents.
klausbyskov
2010-10-25 13:33:04
and Visual Studio needs them in order to display intellisense for the assembly.
Will
2010-10-25 13:38:13
+4
A:
This file contains description of the classes, methods, etc created as xml comments in the assembly.
Andrew Bezzub
2010-10-25 13:33:23