簡體   English   中英

NDOC錯誤生成文檔。

[英]NDOC Error building documentation.

使用.NET Framework 3.5,我具有支持框架3.5的nant -0.91-alpha2,但是在嘗試構建文檔時出現以下錯誤。

 Error building Documentation. Object reference not set to an instance of object. Object reference not set to an instance of object 

該文檔將通過以下方式生成:

<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>

NDoc不支持.NET 3.5

看沙堡

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM