Resharper 8.1 Test Runner slowing down Visual Studio Text Editing

假装没事ソ 提交于 2019-12-01 03:23:11

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 

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!