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