Force download of all projects with lightweight permission download

I am using Visual Studio 2017 and lightweight solution download. This is a great performance improvement, especially when I just switch between different branches.

However, sometimes I want to load every project inside my solution. Currently, I right-click my solution in the solution explorer and open the configuration manager, which does what I want (but the configuration manager shows).

solution download

Is there a better way to achieve this, preferably in the background, so I can continue to print, and visual studio loads all the projects in the background.

+7
visual-studio visual-studio-2017
source share

No one has answered this question yet.

See related questions:

1104
.gitignore for Visual Studio projects and solutions
480
Visual Studio debugging / loading is very slow
338
How to fix Visual Studio compilation error, "mismatch between processor architecture"?
142
How to find a file in Solution Explorer in Visual Studio 2010?
73
Visual Studio 2017 is too slow during build and debugging
40
VS 2017: the security debugging option is set, but it requires a Visual Studio hosting process that is not available
25
Missing task launch configuration in Visual Studio 2017
sixteen
Disable Light Visual Studio 2017
4
Visual Studio 2017 refers to code in other projects not allowed when opening the solution
2
The operation failed: there are no projects in the NuGet solution - in the Node.js project

All Articles