Running NUnit through Resharper 8 tests fail when crossing between projects due to AppDomain

后端 未结 3 1658
一生所求
一生所求 2020-12-23 19:23

I recently updated to Resharper 8, and when I tried to run a suite of projects. These tests contain two suites of integration tests that both use IISExpress to run a website

3条回答
  •  轮回少年
    2020-12-23 20:04

    This has now been fixed in Resharper 8.0.2: http://youtrack.jetbrains.com/issue/RSRP-374143#comment=27-572929

    Do not forget to tick new option ReSharper | Options | Tools | Unit Testing | "Use separate AppDomain for each assembly with test" to get it works.

    i.e. There is now a new option in the Unit Testing settings.

提交回复
热议问题