Is there a way to turn off the new IEnumerable Visualizer in VS 2022?

Viewed 21

Is there a way to turn off the new IEnumerable Visualizer in VS 2022? I miss being able to get my object as a string so I can copy/paste and save it in a file. With the new IEnumerable Visualizer, I have to serialize the object as a string and put a breakpoint on it so that I can get the full object as a string.

0 Answers
Related