News

Visual Studio 2022 17.4 Preview 1 Furthers Arm64 Support

Last week's release of Visual Studio 2022 17.4 Preview 1 furthers Microsoft's efforts to support the Arm64 architecture in its flagship IDE.

Released at the same time VS 2022 17.3 hit GA status last week, v17.4 Preview 1 improves on Arm64 support that was previewed back in June with VS 2022 17.3 Preview 2. In announcing v17.4 Preview 1, Microsoft said, "Version 17.4 will be the first version of Visual Studio generally available as a native Arm64 application."

Typically, the Arm architecture is used to build CPUs for low-power mobile devices, but it's increasingly being used instead of x86-based architectures in larger devices. Arm64 is an extension -- or evolution -- of the ARM architecture that supports 64-bit processing, and Visual Studio 2022 is 64-bit software.

At the time of the June preview launch of Arm64 support, three workloads were enabled:

  • Desktop development with C++ (for MSBuild-based projects)
  • .NET desktop development (WinForms, WPF) using both .NET Framework, and modern .NET.
  • NET and Web development

With this week's update, the UWP workload has been added to that list.

The update marks the latest initiative Microsoft has undertaken to provide Arm64 support, having earlier introduced a comprehensive Arm-native developer toolchain for Arm apps, including:

  • Full Visual Studio 2022 & VSCode
  • Visual C++
  • Modern .NET 6 and Java
  • Classic .NET Framework
  • Windows Terminal
  • WSL and WSA for running Linux and Android apps

"For C++ we now bundle Arm64 native versions of CMake and Ninja with Arm64 releases," Microsoft said. "We will continue adding more workloads in previews (based on your feedback) until we GA later this year. You can vote here to help in prioritizing additional workloads, components, and experiences."

Arm64 Developer Feedback
[Click on image for larger view.] Arm64 Developer Feedback (source: Microsoft).

As can be seen in the above graphic illustrating Arm64-related developer feedback items, there are requests for support for SQL development, .NET MAUI, Node.js and many more applications.

Other non-Arm64-related highlights of today's post about what's new in VS 2022 v17.4 Preview 1 include:

  • Collaboration and Teams: Here, improvements run the gamut from Git tooling to All-In-One code search to selection match highlighting.
    Git Tooling Improvements in Animated Action
    [Click on image for larger, animated GIF view.] Git Tooling Improvements in Animated Action (source: Microsoft).
  • Enterprise support: Version 17.4 will be the third long term servicing channel (LTSC) for Visual Studio 2022.
  • Configure Visual Studio using Visual Studio Administrative Templates (ADMX/ADML files): Announced in preview are new Visual Studio Administrative Templates (ADMX/ADML) files to help with problems faced by large organizations in controlling certain aspects of Visual Studio behavior for consistency, compliance or compatibility reasons. One such problem identified by Microsoft is the lack of an easy way for an admin to discover what all global polices exist for Visual Studio, which is addressed by the new scheme.
  • Removing out-of-support components: Using the latest Visual Studio 2022 installer, developers can now automatically remove all independent components from an installation that have transitioned to an "out of support" state.
  • Productivity: The post lists improvements for .NET, C++ and F#.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Semantic Kernel Agent Framework Graduates to Release Candidate

    With agentic AI now firmly established as a key component of modern software development, Microsoft graduated its Semantic Kernel Agent Framework to Release Candidate 1 status.

  • TypeScript 5.8 Improves Type Checking, Conditional Feature Delayed to 5.9

    Microsoft shipped TypeScript 5.8 with improved type checking in some scenarios, but thorny problems caused the dev team to delay related work to the next release.

  • Poisson Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demo of Poisson regression, where the goal is to predict a count of things arriving, such as the number of telephone calls received in a 10-minute interval at a call center. When your source data is close to mathematically Poisson distributed, Poisson regression is simple and effective.

  • Cloud-Focused .NET Aspire 9.1 Released

    Along with .NET 10 Preview 1, Microsoft released.NET Aspire 9.1, the latest update to its opinionated, cloud-ready stack for building resilient, observable, and configurable cloud-native applications with .NET.

  • Microsoft Ships First .NET 10 Preview

    Microsoft shipped .NET 10 Preview 1, introducing a raft of improvements and fixes across performance, libraries, and the developer experience.

Subscribe on YouTube

Upcoming Training Events