February 21st, 2023

Visual Studio 2022 – 17.5 Released

Anthony Cangialosi
Group Product Manager, DevDiv

We’re excited to announce that Visual Studio 17.5 is now generally available. This release is full of updates that take friction out of your daily workflows making it easier for you stay in the zone while you code. Features like all-in-one search and intent-based suggestions help you move faster, while improved build and debug speeds ensure your IDE won’t slow you down.

For .NET and cloud developers, we’ve focused on improving the inner-loop dev experience. New .http/.rest files make it easier to test and iterate on your APIs directly in Visual Studio, while improved Dev Tunnels help streamline the configuration and management of your webhooks. We’ve also made it easier than ever to deploy your ASP.NET apps to containers.

Game developers can now view properties from base classes modified in an Unreal Blueprint asset without leaving the IDE. Visual Studio has improved the cross-platform development experience with a new remote file explorer, Linux Console output to the Integrated Terminal window, dev container improvements, and more.

Beyond individuals, Visual Studio also has new features to better support dev teams at scale, with exportable configuration files and a persistent update toggle helping ensure everyone on your team is working from the latest version of the tool.

This blog covers several of the top new features in Visual Studio 17.5—to see some in action, watch the Visual Studio 17.5 release video. As always lot of these features come straight from your feedback and suggestions. Your feedback is critical to help us make Visual Studio the best tool it can be!

Productivity

.NET and Cloud development

Modern C++ and game development

C++ Cross-platform and embedded development

Enterprise management

Read on to learn more about these new features.

IDE Productivity & Performance

Visual Studio’s new All-in-One Search, Intent-Based Suggestions, and Debug Visualizers are designed to boost your code navigation and understanding. With the emphasis on productivity, this release not only offers new functionalities but also reduces build and debug times, making your workflow faster and more efficient.

All-In-One Search

All-in-one-search provides users with a quick and easy way to find Visual Studio files, types, and members in your code. We’ve made significant improvements to the ordering and relevancy of results in our code search while removing the results limit without compromising on speed.

Code search now has a Preview Panel that supports code results for both C# and C++! The preview will automatically show when you perform a search so you can see the context of the selected result. You can change the panel orientation or toggle it on/off by selecting the panel icons at the top right of the window.

Enable All-In-One Search by going to Tools > Manage Preview Features > “New Visual Studio Search experience (restart required)”.

Symantic code search with preview window of results.

AI-Powered, Intent-Based Suggestions

Intent-Based Suggestions is a new feature that provides in-line suggestions in your editor based on your recent changes. The feature uses Machine Learning algorithms to understand the structure of repeated edits you’re trying to make to your code and suggest the change right in your flow, helping you code faster and more accurately. Try it out and experience the power of intent-based suggestions in your development workflow today! Intent based suggestion with in line suggestions in editor.

Debugger text visualizers

We’ve improved the text visualizer with additional tooling and string manipulation options. You can now do URL Encode and Decode and Base64 Encode and Decode JWT more easily, while full theming means the text visualizer window will fit the look and feel of the rest of your IDE.

Inserting image...

Faster .NET builds and debugger features

We have drastically improved incremental build performance by only building projects that had modifications while skipping projects that were unchanged. With Build Acceleration you can reduce incremental build times for SDK-style .NET projects by up to 80%.

Chart showing incremental build perf improvemnt of 80 percent

We’ve also made significant performance improvements in the debugger by improving the response times of the threads window. This window is critical in debugging today’s multi-threaded applications. In this release, the thread window automatically scales with the number of threads, helping contribute to 2X faster response times compared to Visual Studio 17.4. We’ve also improved external source de-compilation speeds by up to 10X, making .NET module troubleshooting much more efficient.

Improved Razor and C# experience

To address the feedback about productivity and performance surrounding Razor and C#, we’ve focused on improving the Razor and C# experience, with support for code actions in Razor files, including some helpful shortcuts like “Remove Tag,” “Encode image in Base64,” and “Insert Image height/width.”

A lot of the feedback we received around Razor and C# editing focused on the Roslyn experience. We’ve prioritized improving performance in project configuration switching, speeding up code analysis recognition, and improving the typing experience to reduce UI delays.

Razor file with code action for remove tag and encode base64

Modern .NET and Cloud development

API development inner-loop

Back-end APIs and microservices play a critical part in powering modern web apps, yet for many, API development remains a pain point. Efficient development with APIs requires agility and the ability to iterate quickly. We’re on a mission to make it easier to work with APIs throughout the inner-loop lifecycle—from coding and building to debugging and testing your apps.

Our first step towards better, faster API development is the addition of .http/.rest files in ASP.NET Core Projects, along with an integrated HTTP client. These files act as terse definitions for your API endpoints, enabling you to “run” your APIs and manipulate various REST calls to iterate within parameters and see the outputs in a structured way—all from Visual Studio.

new htt rest files in asp net core projects.

These .http/.rest files aren’t meant to replace integration and unit testing. Instead, they provide a new way to rapidly iterate on API development, as well as a common place to monitor the APIs your app may be using and investigate required inputs/outputs during development.

This is just our first step towards improving the quality-of-life for developers working with microservices in Visual Studio—stay tuned for future features in upcoming previews!

Improved Dev Tunnels configuration and management

Of course, APIs are just one way modern apps interact with each other—webhooks are also crucial for enabling information to automatically pass back and forth between different applications. Dev Tunnels play a crucial part in configuring webhooks during inner-loop processes, as they provide a way for public services to be pointed towards code that’s hosted locally on your machine. We’ve made it easier to set up Visual Studio dev tunnels by giving you more control over their configuration and creation.

Dev Tunnels configuration dialog

This release makes it easier to manage and switch between your Dev Tunnels and specify which you want to use in any given debug session. Both features provide powerful inner-loop productivity gains for API developers in .NET, and we look forward to your feedback on them.

Containers and Azure

For .NET developers working on web apps and APIs, fast, simple container management is crucial to enabling productivity and efficiency. Visual Studio already has excellent support for deploying to services like Azure App Service and Azure Functions, but we want to extend that simplicity to container-based services like Azure Container Apps.

This release takes a significant step forward by enabling you to deploy your ASP.NET Core app to Azure Container Apps in just a few steps. Instead of relying on additional files to define your container content and build steps, you can now directly target Azure Container Apps through the Publish window and either use a pre-provisioned resource or have VS help you create one:

Publish dialog used to to asp net application to container.

After creating your resource, you can leverage new .NET 7 SDK capabilities to build the container image directly using the SDK with no additional knowledge or files. This is a fast, easy way to get your code to cloud using existing, familiar tools and workflows.

Of course, with our Azure Publish capabilities, you can also choose how to deploy by selecting on-demand or have VS create a starter GitHub Actions workflow if your app is in a GitHub repository.

Accessibility Checker

Visual Studio now has an integrated Accessibility Checker that detects many common accessibility issues for XAML based desktop applications. The Accessibility Checker uses the same axe-windows engine as Accessibility Insights, which is the same accessibility testing tool the Visual Studio team uses for our own accessibility testing. The Accessibility Checker supports WPF, UWP, WinUI and MAUI (through WinUI). To access the Accessibility Checker, make sure XAML Hot Reload is enabled in the option page, then press the “Scan for Accessibility Issues” button in the XAML Live Visual Tree toolbar.

When the Accessibility Issues button is clicked, the axe-windows engine will scan the running application for accessibility issues and present them in the Accessibility Checker window. The window will list the Automation ID, Rule, Description, and a brief explanation of how to fix the issue for each item the axe-windows engine detects.

The Accessibility Checker panel in Visual Studio showing a variety of accessibility issues that were detected during a scan of an application.

Modern C++ and Game Development

We’ve included several new productivity enhancements for C++ developers, whether you’re working on games, cross-platform, or embedded applications—including a UE Asset Inspector in Visual Studio, Hot Reload support for CMake projects, IntelliSense improvements for macro expansions, and much more. For a more in-depth overview, checkout the Visual Studio 2022 version 17.5 for C++ Developers blog post.

Unreal Engine Blueprint References and Asset Inspector

For Unreal Engine game developers, you can now view Blueprint references and associated assets directly in Visual Studio. To see Blueprint references, click on the CodeLens hints now appearing on top of C++ functions, classes, and properties. From there, you can click on the Blueprint CodeLens hint and select a reference to open the Asset Inspector. Learn more by reading our Unreal Engine Announcement Blogpost.

A screenshot of UE Blueprint references in Visual Studio.

Macro Expansion Improvements

We’ve also added several improvements to IntelliSense macro expansion designed to provide more effective, appealing and easier to read macro expansions inside Quick Info. Not only have we added recursive expansion in more contexts, but you can also now copy the expansion to the clipboard or expand the macro inline through options in the IntelliSense pop-up window. In addition, Macro expansion inside quick info will now have a formatted display and monospaced font.

Text Description automatically generated

C11 Atomics

Users will be pleased to learn we’ve expanded our standard library features to include C11 atomics in MSVC. Initial support is only for lock-free atomics and can be found under the /experimental:c11atomics flag, in /std:c11 mode or later.

Native Arm64 Clang toolset

While Visual Studio 17.4 introduced Arm64 support, we’ve expanded Arm64 capabilities with native Arm64 Clang toolset in our LLVM workload, enabling native compilation on Arm64 machines.

C++ Cross-platform and embedded development

For cross-platform and embedded developers, we’ve added several new features that help streamline your workflows beyond Windows.

Linux Improvements

We have moved the Linux Console into the Integrated Terminal to make it easier to interact with the remote Linux Machine. The integrated console window allows you to provide input as well as seeing console output.

When you’re using a Dev Container for application development, you can now run them on remote machines. We have also added the ability to open an interactive shell in the running container in the Integrated Terminal.

Linux console output appearing in Visual Studio terminal window

New CMake capabilities

With this version of Visual Studio, we’ve also added several new CMake capabilities to speed up compiling workflows. You can now build and test multiple CMake targets at once from the CMake Targets View in Solution Explorer. We’ve also enabled hot reload for CMake projects and added support for the latest CMakePresets.json files, making it easy to share settings across your development and CI environments while ensuring consistency.

A screenshot of a computer Description automatically generated with medium confidence

Concurrent serial port monitoring

Embedded developers who have more than one serial device, or TCP connection with SWO traces, will be happy to find they can now open more than one serial port monitor at a time.

Enterprise management

Deploying any application across a large enterprise brings unique challenges. Visual Studio has improved the experience for creating and managing offline layouts for deploying Visual Studio. We’ve also made it easier for developers to decide and control when updates are applied on their local machine.

Customizing a Layout using a .config file

It is now possible to use an exported configuration file to configure the contents of an offline layout. This capability was one of our top-voted Developer Community suggestions, and it requires the latest Visual Studio installer that ships with Visual Studio 17.5. To use this capability, first export a Visual Studio configuration file that you want to replicate in your layout, and run the following command:

vs_enterprise.exe --layout c:\layout --config c:\my.vsconfig --useLatestInstaller

This functionality extends all the way back to Visual Studio 2017 assuming you pass in the required --useLatestInstaller parameter. It’s also possible to add components to an existing layout. If you’ve already created a layout containing one workload, you can add configuration for additional components and workloads to that layout by using the exact same syntax above.

Winget integration

Visual Studio 2022 and 2019 are now supported and available on Winget, the Windows Package Manager tool. Going forward, all Visual Studio updates will now automatically be available on Winget as part of our release process.

By default, winget only installs the core Visual studio workload.  However, you can take advantage of winget’s --override switch along our new --config switch and use winget to do a customized installation.  For example:

winget install --id Microsoft.VisualStudio.2022.Community --override "--passive --config c:\my.vsconfig"

Please note that during the winget repo ownership transition, we’ve updated the existing directory structure to better reflect how we ship and maintain Visual Studio.  This does mean that if you have existing scripts or commands that depend on the prior Winget directory structure or package identification, you may need to make a one-time fix to align with our changes.

 

Always Update on Close

It’s now possible to configure Visual Studio to automatically apply updates when it closes. This setting is configurable on a per instance basis of Visual Studio. You can, for example, set your Previews to check for updates when you close the Preview, but your regular production Visual Studio instance can continue to be updated on demand. You can find this option in the Tools > Options > Product Updates dialog. Read more about how to get the most out of updates for Visual Studio on Microsoft Learn.

Options dialog showing setting to enable Always update on close option

Accessibility Feature – Adding Sounds in the Installer!

We are continuously improving the Visual Studio customization experience to help you be more productive. Many of you are probably using the recently added audio cues in the Visual Studio editor and now we have added audio cues to the Installer! The audio cue alerts the user that the operation was finished on the installer or that there was an error by playing a sound. This includes install, update, modify, and many other operations done by installer or any error dialogs while trying requested operation. This feature is on by default, but you can turn it off by following the instruction outlined here: Disable sounds in the installer – Visual Studio Feedback.

Share Your Feedback and Stay Connected!

As you use Visual Studio, let us know what you love, what you like, and where you’d like us to improve. You can share feedback with us via Developer Community: report any bugs or issues via report a problem and share your suggestions for new features or improvements to existing ones.

Stay connected with the Visual Studio team by following us on YouTube, Twitter, LinkedIn, Twitch and on Microsoft Learn.

As always, we appreciate the time you’ve spent reporting issues and hope you continue to give us feedback on how we’re doing and what we can improve.

Author

Anthony Cangialosi
Group Product Manager, DevDiv

Anthony is the program manager for Visual Studio’s core IDE. Anthony joined the Visual Studio team in 2001 and has contributed experiences across the IDE including VS’s identity infrastructure the Shell, the VS SDK, Ecosystem, VSIP, mobile device development and many others.

74 comments

Discussion is closed. Login to edit/delete existing comments.

  • James DiBernardo

    Is SSDT ready for VS 2022 – 17.5? We use VS mostly for SSIS package design and implementation.

  • Jeffery Seiffert

    I’ve just updated to 17.5.3.
    The Find All in Current Project and Entire Solution seems to be broken.
    First, a simple search of my php files is very slow compared to how it used to be and something with more text it doesn’t ever seem to find even though I’m looking at it in the php file.

    I’ve never had problems like this in Visual Studio Community 2022.

    Can I remove the update?

    Thanks,

    Jeffery

  • Twit Explore

    What happened to sticky scroll from the 17.5 preview?

  • Garnier Francis

    Integrated http client, nice feature. I use daily the REST Client extension in VS Code. But I will by happy to use it directly inside Visual Studio. But 3 things are missing for me :
    1) having variables who read values from Windows Environment Variables (for passwords)
    2) having a notion of environment (production, test, dev, ...) with proper variables
    3) read body of request from a file (if it is not allready possible)

    Any chance...

    Read more
  • Ajay Chaudhary

    After Updating The edmx file not updating ,

  • Chris Bartkowski

    We have systems with entity framework 4.0 and it seems like 17.5.1 no longer supports this version of enity framework (being able to update a model from the database). Is there any workaround for this?

    Thanks,

  • Abhishek Luv

    Nice new features. But, this new update of VS hogs up on the CPU. I have a 6 Cores 12 Threads machine. Still, everything feels so slow. Earlier, I had a 4 Cores 4 Threads i5 3rd Gen machine with which I ran VS 2015 2017 and 2019 from 2016 to 2021 with no issues. Please we don't need more features in VS, we need VS to be efficient memory and CPU wise. Also, I...

    Read more
    • Alvaro Arbuet

      Procesador Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz, 2901 Mhz, 6 procesadores principales, 6 procesadores lógicos
      Memoria física instalada (RAM) 32,0 GB
      Microsoft Visual Studio Professional 2022 (64 bits) – Current w license
      Versión 17.5.1
      using .net framework 4.7.2 small solution…
      73% CPU 5.5GB just when project loaded…
      17.4 works fine, my pc was silent, now Ive fan running high all day..
      “Something is rotten in the state of Denmark”

  • Adrian Sims

    Something has happened with this release. You could start 17.4 fairly quickly, but 17.5 takes 10-30 seconds longer to start. Why is this?

    • Adrian Sims

      The long start time seems to have gone in 17.5.1.

  • Graeme Wellington

    Visual Studio 2022 Community (64-bit) Version 17.5.1

    Blazor Standard Templates

    .Net 7.0 Blazor WebAssembly Hosted RELEASE build is getting blocked by my managed anti-virus.
    .Net 7.0 Blazor WebAssembly Hosted DEBUG builds OK.
    .Net 6.0 Blazor WebAssembly Hosted DEBUG builds OK.
    .Net 6.0 Blazor WebAssembly Hosted RELEASE builds OK.

    .Net 7.0 Blazor WebAssembly Standalone RELEASE builds OK.

    Anit-Virus Message
    The file has been quarantined.C:\Temp4\BlazorNet7\BlazorNet7\Client\obj\Release\net7.0\BlazorNet7.Client.dll is malware of type Gen:Variant.Marsilia.26982

    Read more
    • Graeme Wellington · Edited

      Testing Update
      Workaround Solution Summary: Properties: Build > General > Optimize code > Untick ‘Release’
      Details
      ERROR: Could not find the “C:\….\BlazorNet7.Client.dll”.
      Project: BlazorNet7.CLient
      File: Microsoft.NET.Sdk.BlazorWebAssembly.6_0.targets
      Line 238:- <GZipCompress …

      
      
      
  • Mauro Rilla

    After updating to Visual Studio 17.5 when I try to update my database in Entity Framework edmx file it always ask to specify the connection string.. it is something that was working well before for many years.

    • Jenny Caldecott

      I have the same problem

      • Sean Fuhrmann · Edited

        Ditto! Anyone find a solution to this?

      • Chris Bartkowski

        Don’t know if this is the same issue, but we have some EF 4 that we can no longer do a model update from the database, as EF 5 is the earliest version that is allowed. We were not expecting a point release to have a dropping of support.

      • Ajay Chaudhary

        Hey Chris , I Am Using EF 6 But I Have Same Issue.