Visual Studio hangs constantly during build

前端 未结 13 1653
盖世英雄少女心
盖世英雄少女心 2021-01-31 01:47

Probably between 25 and 50% of the times I build my solution, I see this:

\"The operation you requested is taking longer than expected to complete. This dialog will clos

13条回答
  •  醉酒成梦
    2021-01-31 01:53

    I've found Visual Studio hanging a lot on building larger projects. Turns out it was ReSharper. After I turned it off: Tools -> Options -> ReSharper -> Suspend Now, everything built fine no issues (even on very large solutions, 100+ projects)

提交回复
热议问题