Remko van der Meulen

Results 5 comments of Remko van der Meulen

The same error occurs without the adapter. `dotnet test` doesn't find any tests, as expected.

> Alternatively, you could go back to version 3.13.1 of the console runner. Version 3.13.1 of the runner doesn't support NET 5.0 or NET 6.0 yet, so that doesn't help.

Where can I find that version? I don't see it at https://www.myget.org/feed/nunit/package/nuget/NUnit. There [3.13.4-dev-07602](https://www.myget.org/feed/nunit/package/nuget/NUnit/3.13.4-dev-07602) is the latest 3.x version

With the latest 3.x test runner I get a different error: ``` NUnit Console 3.16.0-dev00043 (Release) Copyright (c) 2022 Charlie Poole, Rob Prouse Monday, October 17, 2022 14:26:54 Runtime Environment...

When I copy the WebApi.deps.json file from the WebApi output folder to the agent folder (tools/agents/net6.0), then it fails with ``` System.InvalidOperationException : Solution root could not be located using...