Forum member

ramioh

2 posts

Posts by ramioh

  1. Microsoft.AspNetCore.TestHost.TestServer returns 404

    Hi! Yes, I am running on 3.31.0.3. This morning, I turned on the compatibility mode according to the article you cited. All project and solution settings were switched to the values in the "Suggested Value" column. Then, I disabled NCrunch, shutdown VS, deleted the workspace, deleted the _NCru…

  2. Microsoft.AspNetCore.TestHost.TestServer returns 404

    Hi, I have an integration test project with two tests that test an API project. The test project uses Microsoft.AspNetCore.TestHost.TestServer. When run in NCrunch, the two tests fail with a 404 when they try to invoke an endpoint in the API project. The same two tests pass using VSTest. I…