PromptPlus
PromptPlus copied to clipboard
Interactive command-line toolkit for .Net core with powerful controls and commands to create professional console applications.
Tested with simple WriteLine. From inside Parallel:  Without Parallel: 
The below line of code breaks with the following error _Error: Could not find color or style ' '._ PromptPlus.WriteLine("[\r\n {\r\n \"statusCode\": 509,\r\n \"statusReason\": \"509\",\r\n \"sum\": 1500\r\n }\r\n]{\r\n \"sumResponseTime\": 1462553.39,\r\n...
I am currently implementing some asynchronous event handling: ```csharp foreach ((string path, WFileParser parser) in files) { FileSystemWatcher watcher = new FileSystemWatcher(); watcher.Path = Path.GetDirectoryName(Path.GetFullPath(path))!; watcher.Filter = Path.GetFileName(path); watcher.NotifyFilter =...
I am tired of pointing out license violations as I have done before, but there is no copyright notice for code copied from my public library (published under the MIT...
A user is reporting this when trying to run a Windows EXE that uses PromptPlus, via wine on MacOS: > Unhandled exception. System.TypeInitializationException: The type initializer for 'PPlus.PromptPlus' threw an...

### Adding Hungarian Translation to PromptPlus #### Description: This pull request adds a Hungarian translation to the program using a .resx file. During the translation process, I paid special attention...