Forum member

AlexanderG

3 posts

Posts by AlexanderG

  1. 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…

  2. 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…

  3. 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…