douglasg14b / BetterConsoleTables

Faster, colorable, more configurable, and more robust console colors & tables for C# console applications
GNU Lesser General Public License v3.0
92 stars 16 forks source link

Null value are not handled #7

Closed gregsdennis closed 5 years ago

gregsdennis commented 5 years ago

If I am building a table from a collection of objects, and any of the property values are null, a NullReferenceException is thrown. I should get (null) or something similar in the output.

douglasg14b commented 5 years ago

I'll fix this soon!

Thanks for the report.

douglasg14b commented 5 years ago

THis should be resolved in 1.0.3 which has been published to nuget. Please let m know if you find any other issues.

douglasg14b commented 5 years ago

Closing as I have not heard back, and this issue has been resolved.

gregsdennis commented 5 years ago

Oh, sorry. Must have missed the notification. I'll update in my project and let you know. Thanks.