简体   繁体   中英

FileNotFoundException during nunit3-console running

I try to run my tests via nunit3-console. Running via Visual Studio works good. I execute this command:

$ nunit3-console ComplexUI.dll

but get the following input:

NUnit.Engine.NUnitEngineException : An exception occurred in the driver while loading tests.
  ----> System.IO.FileNotFoundException : ?? ??????? ????????? ???? ??? ?????? "nunit.framework, Version=3.11.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb" ???? ???? ?? ?? ????????????. ?? ??????? ????? ????????? ????.
--NUnitEngineException
An exception occurred in the driver while loading tests.

Symbols ???? may be in cause of my locale.

I have no idea how to resolve it

Anyway, i have found alternative way to run tests. I was able to do it by running dotnet test --no-build in directory, where solution file ComplexUI.sln is placed. It still doesn't working with nunit3-console . Maybe, it's some issue with current version

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM