0

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

1 に答える 1

0

NDoc は .NET 3.5 をサポートしていません

サンドキャッスルを見る

于 2012-02-17T14:47:55.260 に答える