spectre.console icon indicating copy to clipboard operation
spectre.console copied to clipboard

A .NET library that makes it easier to create beautiful console applications.

Results 377 spectre.console issues
Sort by recently updated
recently updated
newest added

Looking at the source code `BarChart` overrides its `ProgressBar`'s `AsciiBar` property with a non-ASCII character: `█`. I suggest keeping it as `ProgressBar`'s default (`-`) and also adding support to `BarChart`...

feature
needs triage

**Is your feature request related to a problem? Please describe.** I'm building a modular application which commands are defined by plugins. The problem is that, for security and isolation reasons...

feature
needs triage
area-CLI

**Information** - Version: 0.49.1 **Describe the bug** AddAsyncDelegate without custom settings throws CommandRuntimeException on invocation. Spectre.Console.Cli.CommandRuntimeException: Could not resolve type 'Spectre.Console.Cli.CommandSettings'. ---> System.MissingMethodException: Cannot dynamically create an instance of type...

bug
needs triage
area-CLI

**Describe the bug** When DescriptionAttribute contains a middle bracket, the app will crash with the following exception when printing the usage message. ``` Unhandled exception. System.InvalidOperationException: Encountered malformed markup tag...

feature
needs triage
area-CLI

**Is your feature request related to a problem? Please describe.** TextPath is hard-coded to use POSIX path separator, which could impair UX on a platform with different primary path separator,...

feature
needs triage

**Is your feature request related to a problem? Please describe.** When using `Progress`, Spectre enforces a linebreak before and after the progress bar. This gets quite annoying if we use...

feature
needs triage

**Information** - OS: MacOS - Version: 0.49.1 - Terminal: iTerms **Describe the bug** When dependency injecting a service registered as a singleton into my command, the instance of the service...

bug
needs triage