Forum member

Tonyh

5 posts

Posts by Tonyh

  1. NCrunch was unable to retrieve a meaningful result from this test due to an unexpected error...

    Thanks Remco

  2. NCrunch was unable to retrieve a meaningful result from this test due to an unexpected error...

    Hi Remco, I wondered if it might, but thought it wise to see if you thought it was worth trying. Will try tomorrow and report back.

  3. NCrunch was unable to retrieve a meaningful result from this test due to an unexpected error...

    Also having the same result, but with a different cause in a .net 5 solution. Also tests run in R# OK When try to run tests in debug mode get "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." message. The problem is caused by deleting the …

  4. Tests utilising Microsoft.AspNet.TestHost fail in NCrunch

    Hi Remco, I just downloaded and installed 3.11.0.9 - You probably know that does not resolve the issue. I can wait until you release 3.12 before I run these tests. I need to get on with the project and can come back to integration tests later.

  5. Tests utilising Microsoft.AspNet.TestHost fail in NCrunch

    Hi, Glad I found this post after a weekend of frustration. Using Core 2.0 on VS2017 and NCrunch 3.10.0.20 to try to test Authorisation on a Razor Pages web app. Using the following to get a path for .UseWebRoot in WebHostBuilder looked promising but still 404s. string CalculateRelativeContentR…