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
Using value formatters of type string while all values in a row are strings leads to formating for that row being skipped #37
Open
YuumiPie opened 5 months ago
I'm not sure that this is similar for other types, but the example below gives an bugged output for the string case:
Output:
Expected result is that all lines would have the two green columns. Breakpoints show that the whole method is skipped in the incorrect rows.