Preview version v0.6.2
Pre-release
Pre-release
New Features
- Support for rendering strings without double-quotes
- Support for changing the characters surrounding strings, for example ` instead of "
- Support for showing the type of dumped members via a separate table column
- Support for adding separators between table rows
- Specifying the type name in the message about Circular References
- Added configuration for removing the white space separator between generic type parameters when rendering type names
Bug Fixes
- Fixed a bug that failed the whole object rendering when a specific property has failed to render or being read
- Fixed a bug in the generalization of rendering objects into
IEnumerable<KeyValuePair<,>>
that happened in cases where objects implemented multipleIEnumerable<T>
interfaces with different Generic parameters, likeSystem.Text.RegularExpressions.Match
- Fixed
nuget.md
formatting
Miscellaneous
- Migrating tests from MSTest to xUnit
Full Changelog: 0.6.1...0.6.2