Home  >  Article  >  Microsoft releases Visual Studio 2022 17.3, here are the highlights

Microsoft releases Visual Studio 2022 17.3, here are the highlights

WBOY
WBOYforward
2023-04-28 10:28:06781browse

#Microsoft has released Visual Studio 2022 17.3. This update brings support for .NET Multiplatform Application UI (.NET MAUI), the ability to develop apps for Microsoft Teams, C improvements, Azure Container Apps, and improved Live Unit Testing. You can see the full list of new features by opening Help > What's New in Visual Studio.

The main feature in this update is that .NET MAUI has graduated from preview support and is now available in the release channel for Visual Studio 2022 on Windows. This support includes productivity features that help you quickly build and publish .NET client applications to Android, iOS, macOS, and Windows from a single code base. Hot Reload, Live Visual Tree, and XAML Live Preview are some tools that can increase your productivity.

微软发布 Visual Studio 2022 17.3,这里是亮点
Teams Toolkit for Visual Studio

Next, Microsoft has added the Teams Toolkit for Visual Studio, which can help you make applications for Teams . If you want to create a Teams Command Bot that responds to chat commands, you can use the Teams Toolkit, which automatically configures the Bot Framework. If you want to get started using the toolkit, Microsoft has created a walkthrough on how to use the toolkit to create a notification bot.

This update also introduces low-priority builds of C, where you can limit the CPU power of compiled code. It also introduces new static analysis checks for std::optional to help you write safer code. Microsoft says it's constantly working to improve C performance. Visual Studio now indexes and colors C code approximately 2x faster than previous versions of Visual Studio.

To get started with Visual Studio 2022 17.3, you can download the software now and perform a clean installation. If you have an older version of Visual Studio 2022 installed, you should see a pop-up asking you to update. Just follow the instructions to get the latest version.

The above is the detailed content of Microsoft releases Visual Studio 2022 17.3, here are the highlights. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:yundongfang.com. If there is any infringement, please contact admin@php.cn delete