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

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

    If you are using xUnit, make sure your project type is not as netstanderd. As xUnit doesn't support netstanderd, change it to coreapp2.0 or others.

提交回复
热议问题