禁用轻量级解决方案加载提示

Disable lightweight solution load prompt

在 VS2017 中,轻量级解决方案加载默认情况下是禁用的,因为我不想要它,所以我很高兴。但是当我加载具有 "Large" 个项目的解决方案时,有一个烦人的提示提示我启用它。

是否可以禁用此提示,所以我没有意外启用它?

我搜索了工具 -> 选项和注册表都无济于事。还有什么是 "large" 个项目我一直没能找到这个数字。也许如果可以将数字提高到 100000,那么提示将永远不会出现。

将轻量级解决方案加载设置为禁用而不是默认后,此消息不会再次显示。

为此,select 您的解决方案并在 属性 window(默认 F4)中将轻量级负载设置为禁用

这里有截图https://docs.microsoft.com/en-us/visualstudio/ide/optimize-visual-studio-startup-time#speed-up-solution-load

每个解决方案都会显示轻量级解决方案提示 3 次,然后将设置存储在本地以防止再次显示。

发件人:developercommunity.visualstudio.com:Viktor Veis:2017 年 3 月 27 日:

The lightweight solution message is shown 3 times per solution. These settings are stored in the suo file, so deleting the file or the .vs folder next to solution will trigger another 3 messages.

We're working on improving this experience in a future release.

甲虫汁!甲虫汁!甲虫汁! 感叹