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

前端 未结 19 1353
星月不相逢
星月不相逢 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:22

    This could also be caused by inadvertently trying to run a non-test project, this usually happens when your test files filter is too wide.

提交回复
热议问题