Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 NDOC3 编写项目文档。
尝试记录第 3 方 DLL 时构建失败(因为我没有它们的 xml 文档)。我该如何解决这个问题?
没有第 3 方 DLL 就无法进行记录,因为 NDoc 首先通过反射加载所有内容,然后检查 XML 文件以匹配类型。因此,它需要所有依赖项才能使反射加载成功。