tharga-console
tharga-console copied to clipboard
Tharga Toolkit Console is used to simplify construction of advanced console applications.
Right now if you start the application on a unix based system, it would crash due to it throwing an PlatformNotSupportedException because System.Console.MoveBufferArea (Only used in ConsoleManager.MoveBufferArea() ) is not...
Would be great to have support for console write alignment for OutputWarning, OutputError etc. (see: https://docs.microsoft.com/en-us/dotnet/standard/base-types/composite-formatting#alignment-component).
Sometimes the console goes into an invalid state and each time a button is pressed this message is displayed.
First - thanks for an awesome toolkit. Problem: Example: transmit "Hello World" When processing "Hello World" as a parameter, the quoted string is substituted for a GUID, instead of a...