Earlier quoted context omitted.
There's some sick bastard in Microsoft who really likes these confusing sames. He's probably the same guy who came up with .NET. Remember when .NET could refer to virtually every product Microsoft made? I was half expecting them to call it Visual Studio Surface. Then you could run Surface on your Surface on any Surface on the planet.
Indeed, .NET must be the worst, most misleading, least googleable product name ever. I suppose we should be grateful that MS called an earliest technology COM not .COM.
Visual Studio 2017 Release Candidate
81–90 of 121 posts
Re: Visual Studio 2017 Release Candidate
#82Project.json for .net core is gone, there's xproj file. How to change settings, like target framework, per-framework dependencies, build options, pre/post build steps, etc? I don't see any tooling support for that.
Re: Visual Studio 2017 Release Candidate
#83Visual Studio "15" = Visual Studio 2017 = VC 15.0 Crystal clear. Why didn't Microsoft bump up VC version to 17 to sort of make VC version follow VS version. Would clear out some confusion going forward.
Re: Visual Studio 2017 Release Candidate
#84Re: Visual Studio 2017 Release Candidate
#85Earlier quoted context omitted.
Yes our C++ team has been investing into this area for a while now, we're building some really powerful debugging capabilities there as just one thing to mention with remote debug right out to your Linux machine or VM
Does that mean VS will support C11 features?
Re: Visual Studio 2017 Release Candidate
#86As a .NET dev, I'm happy to see this: "a new way of view, edit, and debug any code without projects and solutions" Seems silly, but this solves a long time gripe w/ VS.
Re: Visual Studio 2017 Release Candidate
#87Earlier quoted context omitted.
The naming has been awful with this release in particular. Having two Visual Studio (20)15s out at the same time is very confusing. Almost as bad as the Skype vs Skype for Business marketing boondoggle.
There's some sick bastard in Microsoft who really likes these confusing sames. He's probably the same guy who came up with .NET. Remember when .NET could refer to virtually every product Microsoft made? I was half expecting them to call it Visual Studio Surface. Then you could run Surface on your Surface on any Surface on the planet.
Re: Visual Studio 2017 Release Candidate
#88As a .NET dev, I'm happy to see this: "a new way of view, edit, and debug any code without projects and solutions" Seems silly, but this solves a long time gripe w/ VS.
Good for small scripts in python etc I guess? Otherwise, when would you want the IDE's abilities but constrained to one file?
See: Rails apps, Hugo websites, anything written in Go.
Re: Visual Studio 2017 Release Candidate
#89Earlier quoted context omitted.
That sounds awesome. Is there an offline installer yet ?
Yes - the release notes describes our initial capabilities on that front: https://www.visualstudio.com/en-us/news/releasenotes/vs2017-... Essentially, you can run /layout on the installer to create an offline installation cache. We're working to add more capabilities here, but the fundamentals of the experience are in place.
Having it installable via the store would be not only convenient, but also a good promo for devs to package their other legacy apps.
Re: Visual Studio 2017 Release Candidate
#90Earlier quoted context omitted.
It might be, but Alive was much more than just if the tests pass or not
Might be. Also, in any case - this adds stuff that wasn't in the original Alive AFAIK - supposedly it knows to only run tests that were affected by your last edit and show line-by-line red/green/gray coverage indicators: did someone say NCrunch?