Showing results for March 2022 - Visual Studio Blog
Mar 31, 2022
6
1

Visual Studio 2022 for Mac Preview 8

Jordan Matthiesen
Jordan Matthiesen

Visual Studio 2022 for Mac 17.0 Preview 8 is now available! In this release, the focus is on addressing top reported issues from prior preview releases and driving forward to a high-quality GA (General Availability) release.

Visual Studio for MacVisual Studio 2022 for MacVSMac
Mar 21, 2022
28
5

Suffer from Ctrl+S fatigue? We have a feature for you

Dante Gagne
Dante Gagne

The idea of the “Integrated Development Experience” is a tool that brings all the systems a developer needs to develop their application into a single place. Coding, debugging, publishing, profiling… these are all tools that Visual Studio brings to our developers.

Mar 16, 2022
5
1

Live Unit Testing Preview: Better and Faster

Vritant Bhardwaj
Vritant Bhardwaj

Live Unit Testing is the automatic test running feature in Visual Studio Enterprise. As you make code changes, Live Unit Testing detects what tests are impacted and runs them in the background. This way you always know if the tests covering a certain line of code are passing or failing. You can see what your code coverage is for each line of your p...

.NETVisual StudioC#
Mar 15, 2022
21
1

Visual Studio 2022 for Mac Preview 7

Jordan Matthiesen
Jordan Matthiesen

Visual Studio 2022 for Mac 17.0 Preview 7 is here and continues our focus on addressing top issues and driving forward to a high-quality GA (general availability) release. In addition to many fixes, this release brings back Xamarin mobile tooling as a supported experience and introduces Azure Functions V4 tooling which supports running on .NET

Visual Studio for MacVisual Studio 2022 for MacVSMac
Mar 15, 2022
4
1

Happy 25th birthday Visual Studio!

Mads Kristensen
Mads Kristensen

It’s now been 25 years since the first release of Visual Studio in 1997 and such a big milestone deserves a proper celebration. The Visual Studio 25th Anniversary Event kicks off at 9 AM Pacific Time on Thursday, March 17, with exclusive content and exciting reveals all day long. During the online event, you’ll see familiar faces from Visual...

Event
Mar 7, 2022
7
1

Edge Developer Tools for Visual Studio (Preview)

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

When developing web apps, it’s common to use the browser developer tools to perform various tasks like; modifying the CSS, inspecting network traffic, etc. Because the browser is disconnected from the IDE, if you make changes to the running application in the browser, you will need to remember and reapply those changes to your code as well. To make...