Can not get Resharper Test Runner working with MS Test on VS 2010

前端 未结 2 1221
北荒
北荒 2021-01-18 20:10

I have recently upgraded to VS2010 Premium and Resharper 5.1.3000.12. Its test runner will now not execute MS Tests.

The dialog shows up but nothing happens.

<
2条回答
  •  無奈伤痛
    2021-01-18 20:21

    By default resharper is configured to use shallow-copy assemblies being tested.

    What you need to do is go to Resharper -> Options

    From left side pane select tools -> Unit Test

    Uncheck Shallow-copy assemblies being tested

    Then try running, Thats working for me.

提交回复
热议问题