Unable to find testhost.dll. Please publish your test project and retry
I have a simple dotnet core class library with a single XUnit test method: TestLib.csproj: <Project Sdk=”Microsoft.NET.Sdk”> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> </PropertyGroup> <ItemGroup> <PackageReference Include=”Microsoft.NET.Test.SDK” … Read more