PromptPlus icon indicating copy to clipboard operation
PromptPlus copied to clipboard

Interactive command-line toolkit for .Net core with powerful controls and commands to create professional console applications.

Results 11 PromptPlus issues
Sort by recently updated
recently updated
newest added

Tested with simple WriteLine. From inside Parallel: ![2024-01-13_12-01-33__WindowsTerminal](https://github.com/FRACerqueira/PromptPlus/assets/1077140/f91f78e7-5d81-49ed-afeb-26c657ffbb2b) Without Parallel: ![2024-01-13_12-07-45__WindowsTerminal](https://github.com/FRACerqueira/PromptPlus/assets/1077140/250bebc4-8e9f-4396-ac65-52b54b3a95d8)

Investigate

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 =...

Investigate

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...

documentation
enhancement
Closed issue

documentation
Waiting for community to help

enhancement
Waiting for community to help

enhancement
Waiting for community to help

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...

![2024-06-07_20-12-31__SteamLink](https://github.com/FRACerqueira/PromptPlus/assets/1077140/77f61ffc-6063-40a9-8bde-a881eaf8cc1b)

### 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...