I am working on a project documentation using NDOC3.
The build fails when trying to document 3rd party DLLs (because I do not have the xml documentation for them). How could I address this issue ?
I am working on a project documentation using NDOC3.
The build fails when trying to document 3rd party DLLs (because I do not have the xml documentation for them). How could I address this issue ?
There's no way of documenting without the 3rd party DLLs, as NDoc loads everything via reflection first, then inspects the XML file to match the types. So it needs all dependencies in order for the reflection loading to be successful.