Visual Studio 14 has been in CTP for some time now. The only reason for me not using it full time is actually NCrunch.
As the installers target individual VS versions, there is no way to even attempting it right now.
When can we expect a beta release of NCrunch for VS 14? I'd be happy to help out with testing it.
At my last assessment, the CTP version of VS 14 didn't support side-by-side installation with VS 13, making it difficult to add support for this version without making some big changes to the NCrunch development environment. The CTP versions of VS historically tend to be quite different from their final release anyway, so much of the effort that goes into adding support for them is effectively wasted. As they are generally less stable, this also makes them harder to reliably integrate with and support.
Support will be added for VS vNext when it gets closer to its final release. Most likely when it is in a Beta or RC state.
Thank you, I see your points. I do however want to point out that I have them both installed side-by-side on my machine, without any problems. There are also Azure VMs available with VS 14 installed. As of CTP 3 I have not read anything suggesting that side-by-side installation is discouraged.
I've just used VS2013's manual installation on VS 14 CTP 3.
Test results, metrics and coverage markers all look fine on my solution 50 project solution running NUnit tests.
I needed to use VS 14 because VS 2013 has a bug that randomly breaks about 50% of builds.
Graham wrote:I've just used VS2013's manual installation on VS 14 CTP 3.
Test results, metrics and coverage markers all look fine on my solution 50 project solution running NUnit tests.
I needed to use VS 14 because VS 2013 has a bug that randomly breaks about 50% of builds.
That's great! Thanks for the early test on this. I do wish MS would fix that Resgen bug ... It's been driving me crazy for months. Do also make a point of sending any issues you find in VS14 through the bug reporter. I haven't yet had a chance to start adding support for it, but if you report problems you find then we can be sure to have them fixed before support becomes 'official'.
Graham wrote:I've just used VS2013's manual installation on VS 14 CTP 3.
Test results, metrics and coverage markers all look fine on my solution 50 project solution running NUnit tests.
I needed to use VS 14 because VS 2013 has a bug that randomly breaks about 50% of builds.
Thank you, that works just fine. (I was unaware of this simple way to get it working.)
I did get an error when running "devenv /setup" that said "The operation could not be completed.", but that doesn't seem to be an issue. Did you get that as well?