ReSharper Unit Test Runner ignores deployment items configuration

后端 未结 2 945
情书的邮戳
情书的邮戳 2021-01-25 16:51

I\'m using Resharper 6.1 for unit testing a new project and it seems to ignore the the Deployment section of my local.testsettings file.

I tried to configure in \"ReShar

相关标签:
2条回答
  • 2021-01-25 17:15

    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 you!

    0 讨论(0)
  • 2021-01-25 17:37

    This is also a ReSharper-Configuration problem that I encounter myself. May this help you.

    When I try to run the application, it get this ReSharper error: "The project to be run with this configuration is not present in the solution"

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

    ReSharper | Tools | Run Configurations...

    Since the project doesn't exist anymore, I delete that connfiguration:

    {Project Name} > Configure > Delete...

    0 讨论(0)
提交回复
热议问题