Faster, colorable, more configurable, and more robust console colors & tables for C# console applications
Hi @douglasg14b I found somethig weird in my testing I compare table printout to expected string in my integration test. When i run test from Visual Studio all is fine. When i run test in dotnet test cli command it sqrews up printout. Speciffically it adds whitespaces and test failes ┌──────┬───────────┐ │ [38;2;250;250;210m Id [0m │ [38;2;0;128;0m Name [0m │ ├──────┼───────────┤ │ [38;2;250;250;210m1291[0m │ [38;2;0;128;0mChristine[0m │ └──────┴───────────┘ Look at the space after ┌──────┬───────────┐ There id plenty of whitespaces there. They show up only when test is run thrue dotnet test Can you comment that ?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by atari-monk and has received 10 comments.