TechieClues TechieClues
Updated date Dec 08, 2020
Microsoft released Visual Studio 2019 v16.9 Preview 2, the focus is on greater usability. This release provides new features and improvements.

Recently, Microsoft released Visual Studio 2019 v16.9 Preview 2, the focus is on greater usability. This release provides new features and improvements.

Microsoft continues to work on improvements into ASan on Windows. The first one is C++ in Visual Studio 2019 v16.9 Preview 2:  Microsoft Visual Studio C++ (MSVC) can decide the correct address sanitizer runtimes needed for your binaries. You no need to do any extra work, the Visual Studio project will automatically apply the latest changes.  Moreover, when you use address sanitizer on the command line, you have to only need to pass /fsanitize=address to the compiler.

.NET Productivity in Visual Studio 2019 v16.9 Preview 2: .Net team provides new functionality for you, when you copy and paste types to a new file, Visual Studio 2019 will now automatically add the using directives to the file to save time. To avail this option, enable it on under the Tools > Options > Text Editor > C# or Basic > Advanced menus.  Next, select Add missing using directives on paste.

Binding Property Generation in View-Models: This release also provides support to help you to quickly create a property in the view-model from a binding in the XAML.

For more details, please visit the Microsoft Official websiteCourtesy: Microsoft

ABOUT THE AUTHOR

TechieClues
TechieClues

I specialize in creating and sharing insightful content encompassing various programming languages and technologies. My expertise extends to Python, PHP, Java, ... For more detailed information, please check out the user profile

https://www.techieclues.com/profile/techieclues

Comments (0)

There are no comments. Be the first to comment!!!