spectre.console
spectre.console copied to clipboard
A .NET library that makes it easier to create beautiful console applications.
I've noticed the Sixlabors ImageSharp was bumped to 3.1.3 from 2.1.3. From the "license" perspective, it's still okay for most people, as Spectre.Console makes it possible to use it for...
* Marked Spectre.Console and Spectre.Console.Cli as trimmable to enable warnings * Marked Demo.cspoj and Injection.cspoj to be PublishedAOT and to include all trim warnings *** ### Spectre.Console * Marked Spectre.Console...
**Information** - OS: Windows 11 - Version: 0.48.0 - Terminal: Windows Terminal **Describe the bug** Updating the progress of a `ProgressTask` casues heavy flickering. **To Reproduce** Run the example code...
Restore parity between write and write line fixes #1495 #1387 - [x] I have read the [Contribution Guidelines](https://github.com/spectreconsole/spectre.console/blob/main/CONTRIBUTING.md) - [x] I have commented on the issue above and discussed the...
**Is your feature request related to a problem? Please describe.** I want to minimise dependencies in my project by utilising framework dependencies wherever possible **Describe the solution you'd like** I...
This pull request is to fix the bug described in [this issue](https://github.com/spectreconsole/spectre.console/issues/981). A check ensures that any calculation of percentage using a maximum value of 0 is evaluated as 0....
The behavior of TestConsole is to throw when you try to read a key and the queue is empty. This change will block untill input is provided. --- Please upvote...
**Is your feature request related to a problem? Please describe.** I currently am trying to progress items but sometimes they will fail and it would be good to be able...
The `Spectre.Console` project currently reserves the `Spectre.Console` prefix on nuget.org, limiting community-driven projects from using a namespace that clearly associates them with the Spectre.Console ecosystem. This reservation poses a challenge...
**Information** - OS: Windows - Version: 0.48.0 - Terminal: Windows Terminal **Describe the bug** Documentation on https://spectreconsole.net/ includes functionality that has not been shipped. **To Reproduce** 1. Install the latest...