Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where did the setting "Get everything when a solution or project is opened" go in Visual Studio 2015?

In visual studio 2010\2013 there was an option to get latest on solution open, it seems to be missing for 2015.

Anyone know where it went?

enter image description here

like image 240
NullReference Avatar asked Aug 06 '15 17:08

NullReference


2 Answers

It's been removed for now, see the explanation below:

Late in the ship cycle, we found that the async project load improvements caused a fairly large issue with this feature. Namely, if you had this feature enabled, you were very likely to see VS deadlock if it tried to get sources while also asynchronously loading projects. Given that this feature is, in general, a bad practice, and fixing it would have been a fairly significant investment, we decided to remove it.

Source

There's a Microsoft feedback link with no substantial reply yet here.

like image 86
Saragis Avatar answered Nov 28 '22 10:11

Saragis


I know I am a little late with this, but you can use Source Control Explorer, right-click on your project and select Advanced. There you have the Get Specific Version. There you can select which version to get. Not as good as in VS 2013, but it will have to do for now. HTH

like image 42
Ron Avatar answered Nov 28 '22 08:11

Ron