Forum member

gasiino

3 posts

Posts by gasiino

  1. ASP.NET Core 2.1 integration tests

    Hi, thanks for your answer. We are targetting net462, not dotnetcore yet. I was looking for confirmation that this issue should disappear as soon as we migrate into dotnetcore 3.0, which we plan to do. Thanks

  2. ASP.NET Core 2.1 integration tests

    Hi, thanks for your answer. I have just tried that and it doesn't cause any changes. It seems like NCrunch is looking for the json file regardless of the presence of the dlls in the folder. If there is a solution, that would be great. However, I am wondering if this is something that is alre…

  3. ASP.NET Core 2.1 integration tests

    Hi, Is this issue still occurring? I have a project set up with SDK schema <Project Sdk="Microsoft.NET.Sdk"> and target <TargetFramework>net462</TargetFramework>. In the code I use aspnetcore 2.2 for the web api application (which runs ok). So I am using aspnetcore but I am targetting net462 for…