使用.NET Framework3.5,我有nant -0.91-alpha2 2,它支持Framework3.5,但是当我试图构建文档时,我得到了以下错误。
错误生成文档。对象引用未设置为对象实例。对象引用未设置为对象实例
这些文件将由下列文件生成:
<target name="Documentation">
<property name="nant.settings.currentframework" value="net-3.5"/>
<ndoc>
<assemblies>
<include name="Release\Project.dll" />
</assemblies>
<summaries>
<include name="Release\Project.XML" />
</summaries>
<documenters>
<documenter name="MSDN"> //MSDN properties
</documenter>
</documenters>
</ndoc>
</target>发布于 2012-02-17 14:47:55
NDoc不支持.NET 3.5
看看SandCastle
https://stackoverflow.com/questions/7146024
复制相似问题