Unable to find testhost.dll. Please publish your test project and retry

前端 未结 19 1073
星月不相逢
星月不相逢 2021-02-01 11:40

I have a simple dotnet core class library with a single XUnit test method:

TestLib.csproj:


  
            


        
19条回答
  •  梦如初夏
    2021-02-01 12:19

    This happened to me after updating Microsoft.NET.Test.Sdk from v16.2.0 to v16.4.0 with netcoreapp2.0. Updating to netcoreapp3.0 resolved the issue for me.

提交回复
热议问题