You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a .NET Core 2.1 unit test project, which is using NUnit 3.10.1
My version of NUnit Console is 3.8.0
Command line:
nunit3-console.exe unittests.dll --labels=on
Error:
Error :
NUnit.Engine.NUnitEngineException : An exception occurred in the driver while loading tests.
----> System.IO.FileNotFoundException : Could not load file or assembly 'nunit.framework' or one of > its dependencies. The system cannot find the file specified.
--NUnitEngineException
Server stack trace:
at NUnit.Engine.Runners.DirectTestRunner.LoadDriver(IFrameworkDriver driver, String testFile, TestPackage subPackage)
at NUnit.Engine.Runners.DirectTestRunner.LoadPackage()
at NUnit.Engine.Runners.DirectTestRunner.EnsurePackageIsLoaded()
at NUnit.Engine.Runners.DirectTestRunner.RunTests(ITestEventListener listener, TestFilter filter)
at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
The text was updated successfully, but these errors were encountered:
I have a .NET Core 2.1 unit test project, which is using NUnit 3.10.1
My version of NUnit Console is 3.8.0
Command line:
Error:
The text was updated successfully, but these errors were encountered: