Resharper runs UnitTest from different location

前端 未结 10 748
清歌不尽
清歌不尽 2020-12-01 15:46

When I run unit tests with Visual Studio it works fine, because it runs from project directory where all assemblies are. But when I run it with resharper it

10条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-01 16:19

    If you have run and build problem after disabling of "shadow build" you must first choose "Clean all" from Build option and after that build your project on "shadow build" disable

提交回复
热议问题