News

Visual Studio 2019 v16.7 Preview 3 Boosts Linux-Based C++ Development

We reported that Visual Studio 2019 v16.7 Preview 2 -- released early last month -- sported a C++ focus, and that holds true for Preview 3.

In fact, the Visual Studio dev team today (July 8) published a blog post specifically on C++ Linux development in the third preview (released June 23), emphasizing two new Linux-specific features:

  • Improved build incrementality for MSBuild-based Linux projects
  • Support for a wider range of Linux distributions and shells

Regarding the former, Microsoft's Erika Sweet said, "You can now leverage Ninja for faster incremental builds in MSBuild-based Linux projects. To enable building with Ninja, navigate to Property Pages > General and set 'Enable Incremental Build' to 'With Ninja'."

Meanwhile, the team added support for a wider range of Linux distributions and shells, which now include: sh, csh, bash, tcsh, ksh, zsh, and dash. The updated support applies to CMake projects and MSBuild-based Linux projects targeting a remote Linux system or Windows Subsystem for Linux (WSL).

As per the Preview 3 release notes, other items of interest include:

  • Improved in-app toolbar functionality for XAML Hot Reload tooling workflow for Windows Presentation Foundation (WPF) and Universal Windows Platform (UWP) projects
  • Several improvements to the XAML Designer, including: expanded design-time data support for WPF and UWP; a refresh button; and extensibility for "Suggested Actions," letting developers customize and build their own suggestion dialog for their controls
  • Improved XAML binding failures diagnostics
    Improved right-click menu and combine duplicates for XAML binding failure diagnostic
    [Click on image for larger view.] Improved right-click menu and combine duplicates for XAML binding failure diagnostics (source: Microsoft).
  • A refined color visualizer in the XAML code editor for WPF .NET Core, WPF .NET Framework and Xamarin.Forms projects
  • .NET Productivity: The team added a warning and code fix when a suppression operator is present but has no effect, while a second code fix suggesting the correct negating expression is also available
  • Git Productivity:
    • Create a new Git repository, starting from any folder or a brand new folder
    • View and manage Git branches in a tree view within a new Git Repository window
    • Switch between and interact with the history graph of each branch in the new Git Repository window

Several bug fixes were also provided by the community.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

Subscribe on YouTube