Usually a new version of VS comes with a new version of the .net framework. It doesn't seem to be the case here. I can't see the tuples announced for VB for instance. I am getting an error with Dim p As (x As Integer, y As Integer) saying that I am missing a reference to 'System.Runtime.CompilerServices.TupleElementNamesAttribute' (but if tuples are part of the language why do I need an external reference? and this a…
Visual Studio 2017 Launch [video]
121–130 of 177 posts
Re: Visual Studio 2017 Launch [video]
#122Where did the ISO:s go? Please give us something with a known hash. I attempted to create the offline installer [1] but the vs_community.exe just silently quit after some mintues, having downloaded only some certificates. The custom download idea is easily planted with malware and all those bad things. Also, please consider upgrading from SHA-1. > We understand that a lot of customers want an offline installer for Vi…
A few quick thoughts on the topic of ISOs, to give you all a little extra context. 1. Visual Studio 2017 is a huge product, because we support so many types of development: from Android to UWP to C++ to Unity to Linux. If we were to still offer a 'full' install, it would come in at over 50GB. That's one huge ISO image! 2. We surveyed hundreds of people during the previews and RCs, and people told us that they had his…
Re: Visual Studio 2017 Launch [video]
#123Where did the ISO:s go? Please give us something with a known hash. I attempted to create the offline installer [1] but the vs_community.exe just silently quit after some mintues, having downloaded only some certificates. The custom download idea is easily planted with malware and all those bad things. Also, please consider upgrading from SHA-1. > We understand that a lot of customers want an offline installer for Vi…
A few quick thoughts on the topic of ISOs, to give you all a little extra context. 1. Visual Studio 2017 is a huge product, because we support so many types of development: from Android to UWP to C++ to Unity to Linux. If we were to still offer a 'full' install, it would come in at over 50GB. That's one huge ISO image! 2. We surveyed hundreds of people during the previews and RCs, and people told us that they had his…
Re: Visual Studio 2017 Launch [video]
#124Is it viable for those of us with only a handful of GB free in our C: drives? 2015 and previous would only put a few bits in the "install location", and still pollute the C: drive with up to 20 GB of stuff of hardcoded paths.
Re: Visual Studio 2017 Launch [video]
#125I've used Visual Studio for many years. Visual Studio 5.0 was very responsive. Visual Studio 2015 is not as responsive. Nowadays it seemes a bit bloated, even after disabling unused plugins and features. Switched to CLion and Rider, which are not known for their speed, but feel more responsible than VS to me. That and a more affordable price and cross-platform support.
I am sorry we lost you and we're very aware of the need to improve IDE performance and have invested a lot into this release towards that goal. Just one example to read is this blog series when the product was still codenamed VS "15". https://blogs.msdn.microsoft.com/visualstudio/2016/10/14/imp... (VS "15" is Visual Studio 2017) We also have Visual Studio Code for those who want a lighter code editor, see: http://cod…
[1] https://github.com/louthy/language-ext/
[2] https://github.com/louthy/language-ext/blob/master/LanguageE...
[3] https://github.com/louthy/language-ext/blob/master/LanguageE...
Re: Visual Studio 2017 Launch [video]
#126Re: Visual Studio 2017 Launch [video]
#127Usually a new version of VS comes with a new version of the .net framework. It doesn't seem to be the case here. I can't see the tuples announced for VB for instance. I am getting an error with Dim p As (x As Integer, y As Integer) saying that I am missing a reference to 'System.Runtime.CompilerServices.TupleElementNamesAttribute' (but if tuples are part of the language why do I need an external reference? and this a…
I can't comment for VB or the error you're getting, but System.ValueTuple is a nu-get package that facilitates the new tuples in C#; so maybe try including that in your project?
Re: Visual Studio 2017 Launch [video]
#128VS 2017 is rounding up to be the best 2017 yet released. It's much faster and packed with tons of useful new features. Pretty happy with using it!
Now only if u would fix the damn XAML editor crashes!
Plus, IMO, the language is a lot more readable and enjoyable to author in than overly verbose XAML.
Re: Visual Studio 2017 Launch [video]
#129Also folks should check out or comprehensive release notes: https://www.visualstudio.com/en-us/news/releasenotes/vs2017-...
Sadly no mention of any improvements to their C compiler :( The C99 support is still incomplete and it looks like MS has given up on C.