Showing results for August 2022 - Visual Studio Blog

Aug 17, 2022
4
3

Live Share: Enterprise Policies are here!

Carolina Uribe-Gosselin
Carolina Uribe-Gosselin

Securing your Visual Studio Live Share session has never been easier. Whether you’re looking to restrict access to only individuals in your organization or to disable read-write terminals, your organization can now configure policies for proper control and compliance. Today, we invite organizations to explore everything Live Share has to offer...

Visual Studio Live ShareLive Sharegroup policy
Aug 16, 2022
22
3

What’s New in Visual Studio 2022 17.4 Preview 1

Marc Goodner
Marc Goodner

We released Visual Studio 2022 17.4 Preview 1 last week alongside the 17.3 generally available release. In this post we'll share details about some of the new capabilities in this preview and the focus of this release. Feedback from developers like you during our preview cycle is so important for us to deliver a final product that meets your high e...

Aug 15, 2022
14
10

Git Line-staging Released!

Taysser Gherfal
Taysser Gherfal

We are excited to announce the release of Line-staging support in Visual Studio 2022. Line-staging, a.k.a. interactive staging, enables you to split your changed lines of code across different commits. Line-staging could also be utilized in reviewing your changes before committing them. Mark your changed lines or sections of code as reviewed by sta...

Aug 11, 2022
11
8

Choosing a .NET Memory Profiler in Visual Studio – part 1

Clément Habinshuti
Clément Habinshuti

Summary Visual Studio provides two great tools for analyzing and diagnosing memory issues in .NET applications: the Memory Usage profiler and .NET Object Allocation Tracking tool. While both tools are useful, it may not be obvious for new user to know which one to use when. This article aims to clarify what each tool is good for and how to use the...

Visual StudioDebugging and DiagnosticsProfiling
Aug 10, 2022
12
4

VisualStudio.Extensibility: A New Way to Write Extensions

Leslie Richardson
Leslie Richardson

Last year, we announced the first phase of a new extensibility model for Visual Studio.  This new model will make extensions easier to write and more reliable along with additional benefits such as being able to install these extensions without restarting the IDE.  Now, we’re excited to announce the second phase of the new extensibility model, now ...

Visual StudioExtensionsVisual Studio 2022
Aug 9, 2022
8
5

Visual Studio for Mac 17.3 is now available

Jon Galloway
Jon Galloway

Today we released Visual Studio for Mac v17.3. This release includes User Secrets support, several new code fixes, Apple Developer Accounts, adds Task Window and Regular Expressions dialog implemented in native UI, and fixes for top reported user issues. We're also releasing our first preview of Visual Studio for Mac 17.4, with preview support for ...

Visual Studio for MacVisual Studio 2022 for Mac
Aug 9, 2022
53
11

Visual Studio 2022 17.3 is now available!

Chris Hardy
Chris Hardy

We are happy to announce that Visual Studio 2022 17.3 has been released and is now generally available. At Microsoft, we thrive on getting feedback and experiences from those using Visual Studio and continually work to improve the product based on this feedback. Visual Studio 2022 17.3 comes with new features such as .NET MAUI GA tooling, Azure Con...

Aug 4, 2022
36
11

Differentiating Visual Studio instances

Mads Kristensen
Mads Kristensen

When you have multiple instances of Visual Studio open at the same time, it can be tricky to tell them apart. Especially if you’re working on different branches of the same solution, which makes them look almost identical. What if each instance could have a unique color so you could instantly tell them apart? Would you use it? The Peacock ex...

ExtensionsExperiment