News

Update: Visual Studio 2017 RC 3 Is Re-Released

The third release candidate of the venerable, all-encompassing and integrated Microsoft developer platform has been re-released after being pulled for a short time due to reports of developer machines crashing due to an odd installation issue.

UPDATE: The Visual Studio team re-released Visual Studio 2017 Release Candidate 3 late Friday, January 27. The re-release comes after an initial release on January 26 that was quickly pulled down when developers soon after installing it reported machines crashing when trying to start from a VS update notification. That issue has since been resolved. (Note that the text below is unaltered, so as to provide context for this update; Montgomery's blog, linked below, mentions the installation issue and the re-release.)

The Visual Studio team posted on its blog that it had released Visual Studio 2017 Release Candidate 3, yesterday, only to turn around and pull it from the developing public due to installation issues.

According to a top note on a blog post from Director of Program Management for Visual Studio John Montgomery: "We've received reports of an issue with the installer crashing when starting it from the Visual Studio update notification. We've decided to unpublish the release for now." That the release notes and blog remain online shows promise that RC 3's installation issues will be dealt with in quick fashion.

Of course there's lots of changes throughout this release, but Montgomery highlights the more significant improvements:

  • .NET Core, ASP.NET Core Workloads: They're now no longer in preview mode, and come with a number of bug fixes and tooling improvements, including new CLI commands and templates, and Nuget and MSBuild fixes and updates.
  • Team Explorer: Simplified process for connecting to projects and repos via new Connect page; projects don't need to be connected prior to cloning repositories.
  • Advanced Save: It's an option that was removed in earlier versions, but is now re-added.
  • Installation: The release notes has a laundry list of new installation features -- new installation methods, a retry button for failed installs, offline installation layout support, plus fixes for some known install issues, including some dealing with hung installs.

There's lots more, of course, with lots of changes throughout all the specific languages options (C#, F#, C++), as well as among the specific tooling options (Tools for Apache Cordova, Tools for XAML Apps, Tools for UWP, SQL Server Data Tools, Office Developer Tools, TypeScript 1.2, JavaScript Language Service...). The release notes detail all the changes are here.

Montgomery notes in the blog that the team "removed the Data Science and Python Development workloads. As we've been closing on the VS release, some of the components weren't going to meet all the release requirements, such as translation to non-English languages. They'll re-appear soon as separate downloads." He adds that "F# is still available in the .NET Desktop and .NET Web development workloads."

Barring any other installation problems, expect RC 3 to be available before the end of the month. To download VS 2017 RC 3 once it's fixed, go here.

About the Author

Michael Domingo is a long-time software publishing veteran, having started up and managed several developer publications for the Clipper compiler, Microsoft Access, and Visual Basic. He's also managed IT pubs for 1105 Media, including Microsoft Certified Professional Magazine and Virtualization Review before landing his current gig as Visual Studio Magazine Editor in Chief. Besides his publishing life, he's a professional photographer, whose work can be found by Googling domingophoto.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube