Unnecessary project rebuilds when unit testing in Visual Studio

后端 未结 3 1506
粉色の甜心
粉色の甜心 2020-12-10 02:34

I know about this question (and answers), but despite trying all the suggested options I am still stuck.

I have a solution with multiple projects, but for this parti

3条回答
  •  死守一世寂寞
    2020-12-10 02:53

    Check what version of Visual Studio 2013 you are using. Update 1 has a pretty big issue where it rebuilds everything. See: https://connect.microsoft.com/VisualStudio/feedback/details/811112/unnecessary-solution-rebuild-on-each-test-run

    Upgrading to Update 3 did the trick!

    I'm not sure if Resharper could affect things as well. I suggest temporarily uninstalling it.

提交回复
热议问题