-
Notifications
You must be signed in to change notification settings - Fork 42
Description
@DarthGregarious commented on Fri Mar 10 2017
I tried to run tests in Visual Studio 2015 for the first time since the latest adapter extension update. In one of my solutions, it just crashes. I am using NUnit 2.6.4 with the latest Visual Studio adapter and targeting .NET 4.5.
When debugging a test, it starts to run, but it stops abruptly when it says "loading symbols for Mono.Cecil..."
I found an older issue that suggested adding an ".addins" file to the output directory, so I tried that but it didn't help.
Whether "Running" or "Debugging" a test, "Test Output" includes:
Dependent Assembly of C:\projects...Tests.dll not found. Can be ignored if not a NUnit project.
@DarthGregarious commented on Fri Mar 10 2017
I should add that I tried a smaller solution, and it works just fine - running and debugging. It still has the "Cannot find or open the PDB file." errors but it does not have the "Dependent Assembly..." warning. I also used the separate NUnit desktop program with no problems.
@DarthGregarious commented on Fri Mar 10 2017
NUnit VS Adapter 2.1.0.7 executing tests is started Loading tests from C:\projects\...Tests.dll Dependent Assembly of C:\projects\...Tests.dll not found. Can be ignored if not a NUnit project. NUnit VS Adapter 2.1.0.7 executing tests is finished

