List<TClass>().Dump() causes grid to show partially (timeout) values
When I dump a list of objects in LINQPad 9.3.20 (and currently 9.3.22), the grid result shows a red/pink bar with the value '(timeout)' on a number of rows - certainly not all of them. Thought the time needed to show the grid is not at all that long (about a second or 2), I wouldn't mind to wait a bit longer to see all the results complete. Is there a way I can wait for all the threads to complete before it is dumped to the grid, so I could simply see all the dumped values?
Comments
-
This is in DataGrid mode, I presume? Can you post a repro?

