Jump to content

Microsoft rolls out Visual Studio 2017 version 15.7 Preview 1


KRS

Recommended Posts

KI1xAjn.jpg

Visual Studio 2017 was released just over a year ago, and ever since, Microsoft has been putting out a steady stream of updates to the platform. Today, the company has made 15.7 Preview 1 available to download. This preview of Visual Studio also includes the Preview SDK Build 17110 that can be installed as an optional component.

Oddly enough, this preview does not have any known issues as of writing, but there are plenty of fixes and new features that we've copied from the Release Notes below:

What's New in this Release

Debugging and Diagnostics

IntelliTrace’s step-back debugging feature is now supported for debugging .NET Core projects.

  • To enable the feature, go to Tools > Options > IntelliTrace settings, and select the option IntelliTrace events and snapshots.

Launch and attach script debugger to Microsoft Edge is now supported for ASP.NET projects.

  • You can now debug both JavaScript and TypeScript directly in Visual Studio when using Google Chrome as your browser of choice. All you should do is to select Chrome as your browser in Visual Studio and hit F5 to debug. See the Client-side debugging of ASP.NET projects in Google Chrome for additional information.

C++

  • Debugging large solutions with /Debug:fastlink PDBs is more robust. Changes in the PDB lead to reduced latency and a 30% reduction in heap memory consumption in the VS Debugger.
  • Extend template argument deduction for functions to constructors of template classes – when you construct a class template you no longer have to specify the arguments.
  • C++ Core Check is now part of the default toolset for native code analysis. Whenever code analysis is executed over a project, a subset of rules is enabled from C++ Core Check in addition to default recommended rules.
  • Added parallel compilation support for Linux projects, which may significantly improve build times. This can be enabl ed via Property Pages > C/C++ > Max Number of Parallel Compilation Jobs.
  • Added the "Public Project Include Directories" Linux project property to improve consumption of includes from project-to-project references in Linux solutions.
  • Added ClangFormat support for C++ developers in the IDE. Similar to EditorConfig, you can use ClangFormat to automatically style and format your code as you type, in a way that can be enforced across your development team.

Visual Studio Tools for Xamarin

This release includes Xamarin.iOS 11.10 and Xamarin.Android 8.3.

Automatic Android SDK Management

When a Xamarin.Android project is loaded, Visual Studio can now determine if the Android API level used by the project is missing from your machine and automatically install it for you in the background. To enable this feature, go to Tools > Options > Xamarin > Android Settings > Auto Install Android SDKs.

Python

Added a limited preview of a new Python debugger based on the popular open source pydevd debugger. The limited preview currently offers basic debugging functionality with significantly faster debugging performance for Django applications. Check out the PyDevD Debugger Limited Preview in Visual Studio blog post for instructions on trying it out.

Web Tools

  • Improved Kestrel HTTPs support during debugging.
  • ASP.NET Core applications now support multiple semi-colon separated values in the "App URL" field under project properties. When multiple URLs are present in this field, the first one is the one used to launch the browser.
  • New scaffolder called "Identity" is now available via the command line (GUI support coming soon), which adds identity management UI to your ASP.NET Core 2.1 applications.

Tools for Universal Windows Developers

NuGet Client

We added support for NuGet package signatures. Installing or restoring signed packagesvalidates the digital signature before extracting the packages content. If the signature validation fails (e.g. the content has been tampered with, invalid certificate, etc...) the operation will be blocked with a build error that is shown in the Error List.

You can download the Visual Studio Preview here. In addition, Microsoft is looking for feedback on setup, known issues and integration, which you can provide here on the developers forum. For new developer feature requests, you can use the Windows Platform UserVoice page.

 

Source

Link to comment
Share on other sites


  • Views 635
  • Created
  • Last Reply

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...