커맨드 라인에서 NUnit v3 alpha를 실행하려고합니다. 여기 내 명령 줄입니다 : 명령 줄에서 NUnit v3 alpha : 어셈블리의 매니페스트 정의가 어셈블리 참조와 일치하지 않습니다. (Exception from HRESULT : 0x80131040)
가 그럼 난 nunit- 편집 : [...] \ NUnit3 \ NUNIT - 콘솔 NUnitAlpha3Experimental.exe /framework:net-4.5Errors and Failures Could not load file or assembly 'nunit.framework, Version=3.0.5378.31152, Culture=neutral, PublicKeyToken=2638cd05610744eb' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
처음에는이 오류가 발생했습니다 2.0
<startup useLegacyV2RuntimeActivationPolicy="true">
<!-- Comment out the next line to force use of .NET 4.0 -->
<!--<supportedRuntime version="v2.0.50727" />-->
<supportedRuntime version="v4.0.30319" />
</startup>
내가 [...] \ NUnit3 \ NUNIT 콘솔 NUnitAlpha3Experimental.exe의 /framework:net-4.0 (4.0 및 4.5) 명령 행을 시도 .NET console.exe.config는 댓글을 [...] \ NUnit3 \ nunit-console NUnitAl
가 그럼 난 .NET 4.5에 대한 새 항목을 추가 할 수 NUNIT - console.exe.config을 편집하려고 : pha3Experimental.exe는Errors and Failures Could not load file or assembly 'nunit.framework, Version=3.0.5378.31152, Culture=neutral, PublicKeyToken=2638cd05610744eb' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
여기 내가 오류 메시지입니다 /framework:net-4.5. 나는 4.5, 4.5.1, 4.5.50710, 4.5.50938, 4.5.50932, 4.5.51641을 시도했는데 (모두 제어판 -> 프로그램 및 기능에 있음) Windows 팝업을 설치하라는 메시지가 나타납니다. 프레임 워크 4.5.
편집 : .Net framework 4.5 *의 새 항목은 어쨌든 작동하지 않아야합니다. 단위 테스트는 오류 메시지가 나타나더라도 실행됩니다. 더 많은 정보는 여기에 있습니다 : https://github.com/nunit/nunit-console/issues/42#issuecomment-58709851
누군가 저와 함께 도와 줄 수 있습니까? 고맙습니다.