我在我的惡性腳本以下任務:<nunit2>工作不正常
<nunit2 verbose="true">
<formatter type="Plain" />
<test assemblyname="${output}\Test.dll" appconfig="${project.src.root}\Test\Test.config"/>
</nunit2>
Test.config如下:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="nunit.framework" publicKeyToken="96d09a1eb7f44a77" culture="Neutral" />
<bindingRedirect oldVersion="2.5.3.9345" newVersion="2.2.8.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
我得到一個錯誤,當我運行這個任務說可能不加載nunit.framework。我知道nunit不在GAC中(未簽名)。 Nunit是否必須在GAC中完成此任務?
NUnit無需在GAC中工作。 – 2012-07-31 18:21:21