News

C++ Leads Visual Studio 2019 v16.8 Preview 3 Improvements

The third preview of Visual Studio 2019 v16.8 shows the usual assortment of improvements touching upon productivity for Git, the Roslyn .NET compiler platform, and especially C++.

In fact, C++ enhancements lead the list, numbering 12, with several of those involving C++20, a major revision of the language that just this month received final approval.

There were so many C++ improvements in Preview 3 -- released this week -- that the C++ dev team penned it's own blog post to cover "a huge collection of updates for C++ programmers."

Again, the aforementioned C++20 is front and center in the team's post, in which Sy Brand said, "We've improved support for major C++20 features across our compiler, standard library, and IDE. You can now use Modules, Concepts, Coroutines, and (some of) Ranges all in the same project!"

Along with Brand's blog post, the 12 items listed in the Preview 3 release notes can be seen here.

Regarding .NET productivity, specifically around Roslyn, the release notes say, ".NET compiler platform (Roslyn) analyzers inspect your C# or Visual Basic code for security, performance, design, and other issues. Starting in .NET 5.0, these analyzers are included with the .NET SDK. Code analysis is enabled, by default, for projects that target .NET 5.0 or later." Developers can also enable code analysis for earlier versions via a configuration setting.

Here's a summary of relatively minor tweaks affecting other areas of the IDE:

  • Git Productivity
    • Create a new branch from an Azure DevOps work item
    • Open a Git repository from a list of your local repositories in the Git menu
    • The default source control provider is now Git instead of TFVC, which you can change from Tools - Options - Source Control
  • Debugger
    • .NET Core Linux core dump debugging support
    • .NET and .NET Core Auto Analysis
    • .NET and .NET Core memory hot path auto analysis
  • XAML Tools (WPF, UWP & Xamarin.Forms)
    • XAML Hot Reload Settings moved to "Debugging > Hot Reload"
      XAML Hot Reload Consolidated Settings
      [Click on image for larger view.] XAML Hot Reload Consolidated Settings (source: Microsoft).
    • Toolbox population from unreferenced NuGet packages
    • Improving MVVM Support
  • Experimental Razor editor updates
    • The new experimental Razor editor now supports a new Razor editing feature: Rename Razor components in markup from .razor files.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • IDE Irony: Coding Errors Cause 'Critical' Vulnerability in Visual Studio

    In a larger-than-normal Patch Tuesday, Microsoft warned of a "critical" vulnerability in Visual Studio that should be fixed immediately if automatic patching isn't enabled, ironically caused by coding errors.

  • Building Blazor Applications

    A trio of Blazor experts will conduct a full-day workshop for devs to learn everything about the tech a a March developer conference in Las Vegas keynoted by Microsoft execs and featuring many Microsoft devs.

  • Gradient Boosting Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the gradient boosting regression technique, where the goal is to predict a single numeric value. Compared to existing library implementations of gradient boosting regression, a from-scratch implementation allows much easier customization and integration with other .NET systems.

  • Microsoft Execs to Tackle AI and Cloud in Dev Conference Keynotes

    AI unsurprisingly is all over keynotes that Microsoft execs will helm to kick off the Visual Studio Live! developer conference in Las Vegas, March 10-14, which the company described as "a must-attend event."

  • Copilot Agentic AI Dev Environment Opens Up to All

    Microsoft removed waitlist restrictions for some of its most advanced GenAI tech, Copilot Workspace, recently made available as a technical preview.

Subscribe on YouTube