Showing results for May 2021 - Visual Studio news feed

May 25, 2021
Post comments count0
Post likes count0

Visual Studio 2019 v16.10 and v16.11 Preview 1 are Available Today

Sachin Thakur
Sachin Thakur

We are excited to announce the release of Visual Studio 2019 v16.10 GA and v16.11 preview 1. This release makes our theme of developer productivity and convenience Generally Available to Visual Studio users! We’ve added C++20 features, improved Git integration, improved profiling tools, and a host of features that accelerate productivity.

May 25, 2021
Post comments count0
Post likes count0

Introducing the .NET Hot Reload experience for editing code at runtime

Sachin Thakur
Sachin Thakur

Today, we are excited to introduce you to the availability of the .NET Hot Reload experience in Visual Studio 2019 version 16.11 (Preview 1) and through the dotnet watch command-line tooling in .NET 6 (Preview 4). In the rest of this blog post, we’d like this opportunity to walk you through what is .NET Hot Reload, how you can get started using thi...

May 25, 2021
Post comments count0
Post likes count0

Announcing .NET MAUI Preview 4

Sachin Thakur
Sachin Thakur

Today we are pleased to announce the availability of .NET Multi-platform App UI (.NET MAUI) Preview 4. Each preview introduces more controls and features to this multi-platform toolkit on our way to general availability this November at .NET Conf. .NET MAUI now has enough building blocks to build functional applications for all supported platforms,...

May 25, 2021
Post comments count0
Post likes count0

ASP.NET Core updates in .NET 6 Preview 4

Sachin Thakur
Sachin Thakur

.NET 6 Preview 4 is now available and includes many great new improvements to ASP.NET Core.

May 25, 2021
Post comments count0
Post likes count0

Announcing .NET 6 Preview 4

Sachin Thakur
Sachin Thakur

We are delighted to release .NET 6 Preview 4. We’re now about half-way through the .NET 6 release. It’s a good moment to look again at the full scope of .NET 6, much like the first preview post. Many features are in close-to-final form and others will come soon now that the foundational building blocks are in place for the release.

May 21, 2021
Post comments count0
Post likes count0

All vcpkg enterprise features now generally available

Sachin Thakur
Sachin Thakur

We are announcing the general availability of vcpkg versioning and registries, which, combined with our earlier release of manifests and binary caching, comprise our solution for vcpkg in the enterprise space. These features are free and are now on by default in the tool, no longer requiring feature flags to be manually turned on to opt in.

May 18, 2021
Post comments count0
Post likes count0

The Visual Studio family welcomes you at Microsoft Build 2021

Sachin Thakur
Sachin Thakur

Come join us at Microsoft Build, our largest developer conference, to explore what’s new in tech. This year, Build will be kicking off at 8:00 AM Pacific Time on Tuesday, May 25, 2021 (see in your time zone).You can expect an event packed with exciting product announcements, live keynotes, breakout sessions with cool demos, and Q&A with experts...

May 10, 2021
Post comments count0
Post likes count0

Finding Bugs with AddressSanitizer: Patterns from Open Source Projects

Sachin Thakur
Sachin Thakur

AddressSanitizer (ASan) was officially released in Visual Studio 2019 version 16.9. We recently used this feature to find and fix a bug in the MSVC compiler itself. To further validate the usefulness of our ASan implementation, we also used it on a collection of widely used open-source projects where it found bugs in Boost, Azure IoT C SDK, and Ope...