Resharper 8.1 Test Runner slowing down Visual Studio Text Editing

前端 未结 2 992
轮回少年
轮回少年 2021-01-11 18:05

I\'ve got a fairly small C# solution with about 5 projects in it. I am using Visual Studio 2012 with Update 4, and Resharper 8.1 (build 8.1.23.546). It\'s on an I7 with an S

相关标签:
2条回答
  • 2021-01-11 18:43

    This appears to have been fixed in the latest 8.2 EAP build (I downloaded and installed 8.2.0.1139 this morning). I closed VS2012, install R# and get it to remove conflicting products.

    When I reopened VS, it had clobbered all the R# extension tools (presumably because it's not a stable build). I also told it to disable support for NUnit (because we're not using it) in the unit testing options (tho this made no difference before).

    I can now run unit tests using the R# runner (it's a LOT quicker as well), and there's no enforced typing-speed slowdown in the IDE any more.

    0 讨论(0)
  • 2021-01-11 19:00

    I have improved my performance by going to CodeMaid -> Configuration... -> Digging (Spade) -> General and unchecking "Synchronize outlining with the code file." Resharper code analysis and unit testing is on.

    Visual Studio 2013
    Resharper 8.1.23.546
    CodeMaid 0.7.0 
    
    0 讨论(0)
提交回复
热议问题