Visual Studio | IEnumerable Visualizer
I recently came across the IEnumerable Debugger Visualizer in Visual Studio, and it made debugging IEnumerable collections much easier. I wanted to share this feature in this blog post and show how it works using a simple C# console application. This feature is available starting from Visual Studio 2022 (version 17.2 Preview 2). What is […]
Published on:
Learn more