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
Net6.0 missing dlls in release NUnit Console and Engine 3.19.0
Tests fail with
Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'c:\Distr\NUnit.Console-3.19.0\bin\net6.0\nunit.engine.dll'. The system cannot find the file specified.
File name: 'c:\Distr\NUnit.Console-3.19.0\bin\net6.0\nunit.engine.dll'
at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)
at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
at System.Reflection.Assembly.LoadFrom(String assemblyFile)
at NUnit.Engine.TestEngineActivator.CreateInstance() in D:\a\nunit-console\nunit-console\src\NUnitEngine\nunit.engine.api\TestEngineActivator.cs:line 30
at NUnit.ConsoleRunner.Program.Main(String[] args) in D:\a\nunit-console\nunit-console\src\NUnitConsole\nunit3-console\Program.cs:line 100
The text was updated successfully, but these errors were encountered:
Net6.0 missing dlls in release NUnit Console and Engine 3.19.0
Tests fail with
The text was updated successfully, but these errors were encountered: