-
Notifications
You must be signed in to change notification settings - Fork 790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update master
to VS2017 RC2
#1996
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, we should update the readme.md to include a note that Dev 15 VS RC2 will be required for building and Testing IDE components.
@KevinRansom, I just merged a PR into |
- [Visual Studio 15 SDK](https://www.visualstudio.com/en-us/downloads/visual-studio-next-downloads-vs.aspx) | ||
- [Visual Studio 2017 RC](https://www.visualstudio.com/vs/visual-studio-2017-rc/#downloadvs) | ||
- Under the "Windows" workloads, select ".NET desktop development". | ||
- Select "F# language suport" under the optional components. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
didn't you guys promise VS2017 would have C# and VB also as optional components?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In RC1 F# was checked by default in ".NET desktop development" group. I cannot install RC2 since the installer does not work behind the proxy, so I cannot check if it's changed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope it was not checked, but I don't know if I'm on RC2 since I'm only seeing "RC" everywhere. Internal version seems to ve 15.0.26009.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
26009 is RC2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@forki No, nobody promised that C# and VB would be optional.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh I can certainly find a couple of these quotes from VS2015 release phase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all along the lines: "we made that for F# now, but in vnext all languages will be optional because our installer will be so awesome and modular".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not aware of any such quotes, but you're certainly free to raise that issue with appropriate folks. We have no say in this, though.
Something to note is that you could technically follow these same instructions for the "Web" workload, and be just as successful (as it's the .NET Web workload, and F# is also in the same place as .NET Desktop). It's also present in Data Storage and Processing, Xamarin, and Data Science (and the Individual Components tab, but all components are there).
@forki I successfully updated RC to RC2 at home (no proxy server, you know...). Then I merged Looks like things are in a good state again. |
I have the same error on one of my machines
|
With Visual Studio 2017 RC2 being released to the public this morning, we can now officially merge the
vs2017-rc2
branch intomaster
without breaking everybody else (see the thread in #1967 for context.)