Yeah, I did that as well and it was still complaining about not having it. I installed with nuget, rebuilt the project and then copied all the DLL’s to my source location. I have no problem trying that again but the exact same test from the exact same project runs fine on my original installation. I definitely have an older version of Taurus on my other machine so I’m not sure if there’s any differences there (v1.14.2 vs v1.15.3). The test was built using .net4.7.2 because the prior versions of Taurus didn’t support .net core.
Just to double check I’ll re-load that nuget package and copy the DLL’s one more time.
--
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/7589c16b-3266-4b2f-9825-b46dcec1f50fn%40googlegroups.com.
Yep, same thing unfortunately. I tried 2 different versions of that nuget package and got the same result each time. Below is the setup with and without that package.
From: Ben Goggan <bgo...@corestream.com>
Sent: Tuesday, May 18, 2021 8:58 AM
To: 'Merilian' <derevyag...@gmail.com>; 'codename-taurus' <codenam...@googlegroups.com>
Subject: RE: New Error
Yeah, I did that as well and it was still complaining about not having it. I installed with nuget, rebuilt the project and then copied all the DLL’s to my source location. I have no problem trying that again but the exact same test from the exact same project runs fine on my original installation. I definitely have an older version of Taurus on my other machine so I’m not sure if there’s any differences there (v1.14.2 vs v1.15.3). The test was built using .net4.7.2 because the prior versions of Taurus didn’t support .net core.
Just to double check I’ll re-load that nuget package and copy the DLL’s one more time.
From: codenam...@googlegroups.com <codenam...@googlegroups.com> On Behalf Of Merilian
Sent: Tuesday, May 18, 2021 8:54 AM
To: codename-taurus <codenam...@googlegroups.com>
Subject: Re: New Error
Hey
--
And it runs just executing the dotnet test command as well.
From: Ben Goggan <bgo...@corestream.com>
Sent: Tuesday, May 18, 2021 9:14 AM
To: 'Merilian' <derevyag...@gmail.com>; 'codename-taurus' <codenam...@googlegroups.com>
Subject: RE: New Error
Yep, same thing unfortunately. I tried 2 different versions of that nuget package and got the same result each time. Below is the setup with and without that package.
From: Ben Goggan <bgo...@corestream.com>
Sent: Tuesday, May 18, 2021 8:58 AM
To: 'Merilian' <derevyag...@gmail.com>; 'codename-taurus' <codenam...@googlegroups.com>
Subject: RE: New Error
Yeah, I did that as well and it was still complaining about not having it. I installed with nuget, rebuilt the project and then copied all the DLL’s to my source location. I have no problem trying that again but the exact same test from the exact same project runs fine on my original installation. I definitely have an older version of Taurus on my other machine so I’m not sure if there’s any differences there (v1.14.2 vs v1.15.3). The test was built using .net4.7.2 because the prior versions of Taurus didn’t support .net core.
Just to double check I’ll re-load that nuget package and copy the DLL’s one more time.
From: codenam...@googlegroups.com <codenam...@googlegroups.com> On Behalf Of Merilian
Sent: Tuesday, May 18, 2021 8:54 AM
To: codename-taurus <codenam...@googlegroups.com>
Subject: Re: New Error
Hey
--
Has anyone actually successfully run a nunit test built with .net core 3.1 using Taurus? I decided to start over as my project was just a POC anyway so I created a new project built with .netcore 3.1 and created the same nunit test. I am not copying any files to a different running directly but now just executing the test right within the directory being built by VS. The error I get now is:
“Unhandled exception: NUnit.Engine.NUnitEngineException: An exception occurred in the driver while loading tests.
---> System.IO.FileNotFoundException: Could not load file or assembly 'nunit.framework, Version=3.13.2.0, Culture=neutral, PublicKeyToken=2638cd05610744eb'. The system cannot find the file specified.”
As you can see I have that exact version being built with the project.

To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/29f61320-4ee5-4e4c-80f9-b3291e7a1aa8n%40googlegroups.com.
Ok, so I noticed in your github example test solution the nunit version was 3.12.0 but I was using the latest version which is 3.13.2. I downgraded to the 3.12.0 version and I am now able to execute the test successfully. I appreciate you going back and forth with me on this. Thanks.
From: Ben Goggan <bgo...@corestream.com>
Sent: Tuesday, May 18, 2021 1:26 PM
To: 'Merilian' <derevyag...@gmail.com>; 'codename-taurus' <codenam...@googlegroups.com>
Subject: RE: New Error
Has anyone actually successfully run a nunit test built with .net core 3.1 using Taurus? I decided to start over as my project was just a POC anyway so I created a new project built with .netcore 3.1 and created the same nunit test. I am not copying any files to a different running directly but now just executing the test right within the directory being built by VS. The error I get now is:
“Unhandled exception: NUnit.Engine.NUnitEngineException: An exception occurred in the driver while loading tests.
---> System.IO.FileNotFoundException: Could not load file or assembly 'nunit.framework, Version=3.13.2.0, Culture=neutral, PublicKeyToken=2638cd05610744eb'. The system cannot find the file specified.”
As you can see I have that exact version being built with the project.

To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/29f61320-4ee5-4e4c-80f9-b3291e7a1aa8n%40googlegroups.com.