MoaidHathot / Dumpify

Adding `.Dump()` extension methods to Console Applications, similar to LinqPad's.
MIT License
959 stars 40 forks source link

Dumping characters is not displaying properly #21

Closed ruairica closed 7 months ago

ruairica commented 8 months ago

Dumping a char doesn't display correctly, as a guess it looks like it is supposed to show a table with the character and then it's ascii value but on only the table headers are shown. image

MoaidHathot commented 8 months ago

Hi @ruairica, thanks for reporting this! I just pushed a fix to this bug in commit 0118cd5. It will be part of the next version that should be released before the end of the month :)

MoaidHathot commented 7 months ago

Hi @ruairica, the fix is now published and is part of the https://github.com/MoaidHathot/Dumpify/releases/tag/0.6.4 release.

I applied the same fix for nuint and nint as well. In addition, I added the option to choose whether a char should be rendered with or without a surrounding character like' ('a', 'b', etc...) and the option to choose the surrounding character.

Thanks for reporting this issue!