ReSharper Unit Test Runner ignores deployment item configuration

I am using Resharper 6.1 to unit test a new project and seem to ignore the Deployment section of my local.testsettings file.

I tried setting in "ReSharper -> Options -> Unit testing -> MSTest -> Use this test run configuration" to explicitly use the local.testsettings file as suggested in this question: ReSharper Unit Test Runner: support for deployment items , but nothing happens.

I desperately tried to move the files from the test project, create another test settings file, move the test project to another solution, but still nothing.

Any tips?

0
unit-testing resharper
Jul 24 2018-12-12T00:
source share
2 answers

This issue (http://youtrack.jetbrains.com/issue/RSRP-295311) should be fixed in ReSharper 7 here: http://www.jetbrains.com/resharper/download/index.html .

Thank!

+1
Aug 01 2018-12-12T00:
source share

This is also a ReSharper setup issue that I am facing. May this help you.

When I try to start the application, it gets this ReSharper error: "The project that will be launched with this configuration is not in the solution"

enter image description here

On the Resharper help page, I found a path to startup configurations: https://www.jetbrains.com/help/resharper/2016.2/Run_Configurations.html

ReSharper | Tools | Run configurations ... enter image description here

Since the project no longer exists, I delete this configs:

{Project Name}> Configure> Delete ... enter image description here

0
Dec 05 '16 at 21:14
source share



All Articles