Dump IQueryable as class object
Is there a way to have Dump output collections as the class object and not the value? Using ToExpando doesn't work on e.g. IQueryable because it doesn't include any properties. Returning the IQueryable in ToDump just outputs the value again.
Comments