MoaidHathot / Dumpify

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

Support for HTML output? #4

Open Joebeazelman opened 1 year ago

Joebeazelman commented 1 year ago

Dumpify is incredibly useful for dumping out messages for console applications. A great addition would be support for HTML output. The generated markup can be a table with simple classes so it can be easily styled.

MoaidHathot commented 1 year ago

Hi @Joebeazelman, thanks for the suggestion! This will be easily achievable once I finish my current work on abstracting the table builder (in a week or two). Having said that, I'm not sure I could finish this WI in the upcoming month, as I'm busy with work and other features. I'm happy to help you and other community members if you would like to implement it and contribute the code in the meantime :)