kolomiets / solutionloadmanager

Solution Load Manager is a Visual Studio 2010/2012/2013/2015 extension that provides access to project load priority settings. The extension is also available through Visual Studio Gallery
https://visualstudiogallery.msdn.microsoft.com/66350dbe-ed01-4120-bea2-5564eff7b0b2
10 stars 3 forks source link

No way to quickly build entire solution #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

Just wanted to report what appears to be a bit of a deal-breaker for me in 
using what seems to be an otherwise useful extension.

In my use case I have 56 projects - but I need to build them all at least once 
a day. It appears I have to set the projects back to "load always" to do this 
(otherwise it will only compile those loaded projects [7 of 56 from cold]) - 
but then I would have to reconfigure the projects back to how I want them to 
load and this would take far too long.

Any possible solutions for this?

Regards

Original issue reported on code.google.com by lmf...@gmail.com on 9 May 2011 at 9:23

GoogleCodeExporter commented 9 years ago
I second this request! My opinion is that you should be able to easily:

- Load all projects from your solution without interfering with your current 
solution manager configuration;
- Build the entire solution without having to load all the projects (something 
like using MSBuild.exe directly).

Thank you!

Original comment by sgiroux on 19 Oct 2011 at 1:04

GoogleCodeExporter commented 9 years ago
Hello, 
I want to propose a suggestion feature:
Add different "solution load manager profiles" : build, default, etc
Then it would be easily to build all the projects

Regards

Original comment by pelle...@gmail.com on 17 Nov 2011 at 12:55

GoogleCodeExporter commented 9 years ago
Since 0.3 version of the add-in you can use "profiles" to define different load 
configurations. This way you can easily switch to "Full Solution" mode to build 
all projects.

Original comment by Kolomi...@gmail.com on 26 Dec 2011 at 9:22