Two-dimensional object array in .Dump view not rendering correctly
Options

Code:
new int[2,2].Dump();Note:
new string[2,2].Dump();
new object[2,2].Dump();
1. This issue might be related to another issue I submited:
https://forum.linqpad.net/discussion/1975/two-dimensional-array-in-debug-watch-view-not-showing-correctly#latest
2. This issue both exists in LINQPad 5.40.1 and LINQPad 6.4.4
Comments
-
Hey JoeAlbahari, take a look on this, I think it might be relatively easy to fix.
-
I have a fix ready for the next build, but for now, it will not recursively render complex types.