ObjectDumper icon indicating copy to clipboard operation
ObjectDumper copied to clipboard

Results 5 ObjectDumper issues
Sort by recently updated
recently updated
newest added

Goal: * Support .NET Standard 1.x * Support .NET Standard 2.x * Support .NET Framework 4.x where "x" above in each instance is the lowest value that makes sense, to...

Static methods will map to a new default instance, with an Obsolete marking, but make sure all legacy methods are still supported.

This library doesn't match examples from elsewhere on the web. There are no included examples. How do I invoke the different claimed abilities?

The dumper engine should use a rule-based approach for determining how to dump a particular instance. 3rd party code should also be allowed to register their own dump rules that...

The dumper engine should support adding new rules for specific types. Some types don't lend themselves to being dumped in a format that has value for the debugging process. There...