Forum member
AlexanderG
3 posts
Posts by AlexanderG
-
All tests failed due to unexpected error
Hi Remco, Yes, running tests with debugger works, and the test turns green on completion. Funny enough, any test that I debug will turn green and stay so even after making changes to the code (same thing happens when I "run selected test in a new process"). I have one other .NET core project wit…
02 Nov 2017 23:08 UTC
-
All tests failed due to unexpected error
Hi Remco, The memory consumption is pretty low, it's a small project with 15 tests. I have tried x64 test runner and the problem is still there. I have also tried to run tests with debugger and I don't see any exceptions. To investigate further, I have used process explorer tool and noticed the…
01 Nov 2017 23:18 UTC
-
All tests failed due to unexpected error
Hi, I'm experiencing strange behavior (working on dotnetcore 2.0 app, using VS2017): After launching VS and enabling ncrunch all tests run fine. If I change a line of code, all tests fail with the following reason: NCrunch was unable to retrieve a meaningful result from this test due to an unexpec…
01 Nov 2017 05:35 UTC