News

What's New in Visual Studio 2017 15.8 Preview 3

Microsoft shipped the latest preview for Visual Studio 15.8 with the usual bevy of enhancements for productivity and performance, tooling and improvements to cloud and mobile functionality and more.

Preview 3 of VS 15.8 is said to be more responsive and usable, with faster project loads and better application profiling among a host of highlights.

Tooling for JavaScript and TypeScript also was improved, with default support for the latest TypeScript v2.9 and better Vue.js support.

ESLint support has also been reimplemented in this preview release. "Rather than only linting saved files, Visual Studio will now lint JavaScript files while they’re opened and being edited," Microsoft said. "Additionally, results will be reported for all JS files in your project, not just open files. If there are parts of your project you do not want to be linted, an .eslintignore file can now be used to specify directories and files that should be ignored. ESLint has been updated to use ESLint 4 by default, but if your project has a local installation of ESLint, it will use that version instead."

Several C++ development boosts were introduced, including IntelliSense for templates, quick fixes via the lightbulb icon for macro refactoring and more.

Further, mobile development sees improvements to the incremental build process for Xamarin.Android and the addition of Xamarin.Essentials cross-platform development APIs to VS 2017 Xamarin templates, targeting native iOS and Android apps.

On the cloud front, functionality has been increased for Azure Function projects, Azure Key Vault security and the Azure publishing process.

Web development and even Visual Basic development also received some attention. For example, now available is a single project Docker container experience for ASP.NET Core Web projects, along with help for managing client-side Web project libraries with the previously announced Library Manager.

A bunch of community-supplied issues were addressed, 29 to be specific.

To see the details on these and many other improvements, see the release blog and notes.

Microsoft's release notes highlights for Preview 3 include:

  • Visual Studio now offers .NET Framework 4.7.2 development tools to supported platforms with 4.7.2 runtime included.
  • We improved performance during project unload/reload and branch switching.
  • With added support for Azure Functions, you now have a new target host in the Configure Continuous Delivery to Azure dialog.
  • Git and TFS status now updates properly for external file changes in .NET Core projects.
  • We added new productivity features, such as code cleanup, invert-if refactoring, Go to Enclosing Block, Multi-Caret support, and new keyboard profiles.
  • C++ enhancements include Template IntelliSense, convert macro to constexpr lightbulbs, and experimental in-editor code analysis squiggles.
  • You can now use cross-language debugging with Python 3.7.0rc1.
  • Performance Profiling now offers the ability to pause/resume data collection and adds a new .NET Object Allocation Tracking tool.
  • We included improvements for Android incremental builds in the Xamarin support for Xcode 9.4.

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