Saturday, July 16, 2022

Visual Studio 2022 Version 17.3 Preview 3: IEnumerable Debugger Visualizer Improvements

In this post, let's have a look at one of the nicest features in Visual Studio 2022 Preview that got improved with Visual Studio 2022 version 17.3 Preview 3

Visual Studio 2022 version 17.3 Preview 2 introduced IEnumerable Debugger Visualizer that can be used to view .NET collections in a separate Window. The IEnumerable visualizer was displaying collections of objects in a table with a row per object and sortable columns for each field and property. And we were able to export the collection to an Excel file.

Visual Studio 2022 version 17.3 Preview 3 has some nice improvements to IEnumerable Debugger Visualizer, now we can search the collection within the Visualizer. And also we can export the collection to a CSV file as well.

Following is a quick tour of the newest feature of IEnumerable Debugger Visualizer. (please click on the image in order to have good visibility of the image)
IEnumerable Debugger Visualizer
Start using Visual Studio 2022 version 17.3 Preview 3 today.

Happy Coding.

Regards,
Jaliya

No comments:

Post a Comment