Linqpad dump of object has 0 properties
I'm deserializing an object from XML. In that object, I have an array of X - X[]. But when I dump the outer object, Linqpad shows the array as X[] (2 items) and the two items have nothing in them.
When I pause with debugging, I can see the array has the right objects. But dumping any of those objects produces a dump with 0 items again. I'm able to correctly Dump objects inside X though. What might be a reason that dump on X isn't working?
When I pause with debugging, I can see the array has the right objects. But dumping any of those objects produces a dump with 0 items again. I'm able to correctly Dump objects inside X though. What might be a reason that dump on X isn't working?
Comments