NUnit console runner - DLLs missing?

65 Views Asked by At

as the name implies, I've been having issues trying to run tests using the nunit3-console.exe command with some tests because it is apparently unable to load certain dlls:

nunit3-console.exe C:\MyProject.csproj

    1) SetUp Error : MyTest
System.IO.FileNotFoundException : Could not load file or assembly 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. Le fichier spécifié est introuvable.
   at MyProject.MyTest.StartTest()

The test itself does work and can be ran using the "dotnet test" command or the test explorer in visual studio.

Thanks a lot for the help

0

There are 0 best solutions below