Forum member

ctoru

3 posts

Posts by ctoru

  1. ASP.NET Core 2.1 integration tests

    [url=https://blogs.msdn.microsoft.com/dotnet/2018/05/30/announcing-net-core-2-1/].NET Core 2.1 was released today[/url] :) I thought that may be the case with this one. Thanks for looking into it. Let me know if you'd like me to upload the solution I have with just the integration test project…

  2. ASP.NET Core 2.1 integration tests

    Thanks for your reply. Changing the [i]Copy referenced assemblies to workspace[/i] setting doesn't appear to make any difference (same exception, still looking in the AppData folder).

  3. ASP.NET Core 2.1 integration tests

    Hi, I'm trying to run the [url=https://github.com/aspnet/Docs/tree/live/aspnetcore/test/integration-tests-2.1/samples/2.x/IntegrationTestsSample]sample integration test project[/url] from the ASP.NET Core documentation, but I am receiving the following error: [quote] System.InvalidOperationEx…