Skip to content

Preview version v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@MoaidHathot MoaidHathot released this 14 Apr 00:32
· 110 commits to main since this release

Features

  • Support for more Dump outputs and not only to Console
    • Supported outputs: Console, Debug, Trace, Text
    • Dump text were Dump returns the rendered text
    • You can create your own custom outputs
    • Created DumpConsole, DumpDebug and DumpTrace extension methods for easier use
  • Dump private fields and members; Toggle on or off each one independently
    • Properties, Fields, Public members, Private members
  • More resilient rendering engine where it mark members with unreadable values instead of failing the whole Dump
  • Bug fixes!
  • Various refactoring and engine improvements
  • Disabled the Text renderer until it is feature complete.