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 for Converge360.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube