Forum member

jonwik

4 posts

Posts by jonwik

  1. Test using Owin TestServer fails

    Great That version seems to fix the errors! Thanks!

  2. Test using Owin TestServer fails

    Yes, Microsoft.AspNet.TestHost 2.0 I'm using the Microsoft.AspNetCore.TestHost.TestServer existing within the Microsoft.AspNetCore.TestHost nuget. NCrunch working fine when using "ordinary" .NET Framework and it's Microsoft.Owin.Testing.TestServer .

  3. Test using Owin TestServer fails

    Thanks Remco Did forget to mention that this is .NET Core.

  4. Test using Owin TestServer fails

    Hello! Trying to use NCrunch for integration tests against our REST-API using Owin TestServer. No problems when running other test-runners than NCrunch (e.g. Resharper) but when using NCrunch result is always 404 Not Found. Anybody have a clue why? Regards >> Jonas