Faster, colorable, more configurable, and more robust console colors & tables for C# console applications
I added logic in the PadRow method to check if the runtime is windows before attempting to set the Console.WindowWidth property. Before this change, an exception would be thrown if the console width was less than the row's length. I only tested this on a Mac. ``` Unhandled Exception: System.PlatformNotSupportedException: Operation is not supported on this platform. at System.ConsolePal.set_WindowWidth(Int32 value) at System.Console.set_WindowWidth(Int32 value) at BetterConsoleTables.Table.PadRow(String row) ```
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 brianmwhite and has received 2 comments.