Two-dimensional object array in .Dump view not rendering correctly
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