Using ILMerge, is it possible to merge XML documentation files with the DLL ?
- by Stecy
I know I can merge PDB with a DLL file but I'm trying to do the same with an XML documentation file.
It should be possible since you don't have .xml files with .net assemblies and yet you have documentation in the IDE.
Is there a way ?