Visual Studio builds solution automatically on launching

后端 未结 2 1842
慢半拍i
慢半拍i 2021-01-22 16:30

I faced the problem: whenever I open my working solution Visual Studio automatically starts build. I cannot find configurations to turn off this.

It looks like that prob

相关标签:
2条回答
  • 2021-01-22 16:46

    For me, this was a Resharper setting. When I turned this off it stopped happening. I think there is also a setting for Visual Studio to do this as well, but it is off by default.

    0 讨论(0)
  • 2021-01-22 16:49

    This strange behavior is not expected one for VS2019. Please try:

    1.Tools=>Import and Export Settings=>Reset all settings=>No, just reset settings to reset current VS settings to default.

    2.Use vs installer to repair your VS if there's something broken with IDE.

    3.Extensions=>Manage Extensions=>Installed=>Tools you can disable(don't need to uninstall) some third-party extensions and restart VS to check if this issue persists. To check if this issue is about VS itself or extensions.

    4.Exit VS and delete the .vs, bin, obj folders of the projects in the solution, and then clear the cache, for VS2019, the corresponding folder is 16.0 instead of 14.0. After that, restart VS.

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