News

Microsoft Heeds Developer Feedback in New Visual Studio 2017 Preview

According to Microsoft, community developers are driving changes to its flagship IDE, including a host of improvements in the just-announced second preview of Visual Studio 2017 Version 15.4.

"The Developer Community spoke and we listened," Microsoft said in a post this week.

Microsoft maintains a Developer Community portal for Visual Studio (with separate sections for Visual Studio for Mac, Visual Studio Team Services and Team Foundation Server) designed to help developers with problems. It also solicits feature requests and other feedback via its UserVoice site.

Using feedback from those tools, the company this week provided a list of fixed issues in the second preview of Visual Studio 2017 15.4 that received the highest number of votes, along with links to those associated issues. Here's that list:

  • Solution build time is dramatically slower when enabling lightweight solution load (see here).
  • Build failure error: 'path' cannot be an empty string ("") or start with the null character (see here).
  • Track active item in Solution Explorer no longer works (see here).
  • ADODB 2.7 reference accepted in VS2015, rejected in VS2017 (see here).
  • Tracking active item is working inconsistently (see here).
  • The debugger is not properly installed. Run setup or repair the debugger (see here).
  • Microsoft.VisualStudio.Debugger.JustInTime failed to install (see here).

The company also highlighted a new feature that adds a launch banner to the installer to indicate a successful Visual Studio installation, along with these other installer improvements:

  • The installer now uses auto-proxy detection for downloads.
  • The installer will now display a warning instead of a failure when non-critical components fail to install if they do not directly impede the use of the Visual Studio IDE. The change in the user experience makes it clearer that Visual Studio is okay to use even though there were some issues that the user can take action to correct.
  • Creating an offline layout will use shorter paths, enabling administrators to host offline installs in deeper network folder hierarchies.
Installation Succeeded!
[Click on image for larger view.] Installation Succeeded! (source: Microsoft).

Note that the new preview comes with the following warning: "This release is not 'go-live' and not intended for use on production computers or for creating production code."

More information on the preview process can be found in the document "Visual Studio 2017 Release Rhythm."

About the Author

David Ramel is an editor and writer at Converge 360.

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