Showing results for April 2022 - Visual Studio Blog

Apr 26, 2022
24
1

Visual Studio 2022 for Mac Release Candidate

Jordan Matthiesen Dominic Nahous
Jordan,
Dominic

On behalf of our whole team, I’m beyond excited to announce that the Visual Studio 2022 for Mac 17.0 Release Candidate (RC) is ready for you to download now and includes a go-live license that allows you to develop in production environments. A faster, more fluid IDE for everyone This release swaps out the front-end UI of the IDE with a f...

Visual Studio for MacVisual Studio 2022 for MacVSMac
Apr 21, 2022
24
1

View .NET collections with the new IEnumerable Debugger Visualizer

Harshada Hole
Harshada Hole

While debugging .NET code, inspecting a large and complex collection object can be tedious and difficult. Hence, starting from Visual Studio 17.2. Preview 2, we are introducing a new Visualizer, which will help you view IEnumerable objects such as Arrays, List, etc. in a customized tabular view.  The IEnumerable visualizer will display collectio...

Debugging and DiagnosticsVisual Studio 2022Developer Productivity
Apr 20, 2022
21
2

Introducing a New Way to Search Your Code and Visual Studio Features

Denizhan Yigitbas
Denizhan Yigitbas

All developers search within their code, in one way or another. Some might use code search to explore their code and understand how some components work; others might use code search to get to a very specific location they have in mind. Either way, as a developer yourself, sometimes this process of searching and finding a location might be frustrat...

Apr 13, 2022
4
4

Supercharge your Git experience in VS

Taysser Gherfal
Taysser Gherfal

Have you experienced delays when viewing your Git repository or branch history in Visual Studio? Have you run a network command like force-push and had to wait for the operation to complete? Your Git repository may be having performance issues due to its large size. We are happy to integrate a relatively new Git feature called the commit graph whic...

C#Visual Studio 2022C++
Apr 12, 2022
9
1

Visual Studio 2022 for Mac Preview 9

Jordan Matthiesen
Jordan Matthiesen

Visual Studio 2022 for Mac 17.0 Preview 9 is now available! In this release, the focus is on addressing top reported issues from prior preview releases. This work builds on top of earlier previews where we’ve moved the UI of the IDE to fully native macOS UI and migrated the IDE to run on top of .NET 6 (enabling native support of Apple’s M1 (arm64) ...

Visual Studio for MacVisual Studio 2022 for MacVSMac
Apr 5, 2022
9
1

CPU Usage Tool Improvements

Nik Karpinsky
Nik Karpinsky

With Visual Studio 2022, we have converted the CPU Usage tool in the Performance Profiler to the profiler’s new analysis engine. This new change provides the tool with better source resolution, incremental/cancelable symbol loading, a performance boost, and a new flame graph.