Unit test project cannot find assembly under test (or dependencies)

前端 未结 10 1821
刺人心
刺人心 2021-01-02 00:31

When I try to run my Unit Test project, I get the following error:

Could not load file or assembly \'ASSEMBLY_NAME, Version=1.0.0.0, Culture=neutral, Pub

10条回答
  •  借酒劲吻你
    2021-01-02 01:24

    I tried all above to no avail. Finally, in the csproj i changed

    False
    

    to

    True
    

    on the references and all tests passed.

提交回复
热议问题