NDOC3 的文档
我正在使用 NDOC3 编写项目文档。
尝试记录第 3 方 DLL 时构建失败(因为我没有它们的 xml 文档)。 我该如何解决这个问题?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果没有第 3 方 DLL,则无法进行记录,因为 NDoc 首先通过反射加载所有内容,然后检查 XML 文件以匹配类型。因此,它需要所有依赖项才能使反射加载成功。
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.