ErrLookup › spectreconsole/spectre.console

spectreconsole/spectre.console

A .NET library that makes it easier to create beautiful console applications. · C# · 466 source files

Analyzed at 0acc92fada on 2026-08-13. 80 documented errors.

Code / MessageTypeSeverityTags
No NuGet API key was provided.
exception error build, nuget, ci-cd, cake, secrets
Invalid JSON
exception error json, parsing, spectre-console
Encountered closing tag when none was expected near position
exception error markup, parsing, ansi, spectre-console
Encountered unknown markup token.
exception error markup, parsing, defensive, spectre-console
Unbalanced markup stack. Did you forget to close a tag?
exception error markup, parsing, ansi, spectre-console
Encountered unescaped ']' token at position {_reader.Positio
exception error markup, parsing, escaping, spectre-console
Encountered malformed markup tag at position {pos}.
exception error markup, parsing, ansi, spectre-console
A link has already been set.
exception error markup, link, parsing, spectre-console
Color number must be greater than or equal to 0 (was {number
exception error markup, color, parsing, spectre-console
Color number must be less than or equal to 255 (was {number}
exception error markup, color, parsing, spectre-console
Could not find color '{part}'.
exception error markup, color, parsing, spectre-console
Could not find color or style '{part}'.
exception error markup, color, style, parsing, spectre-console
A foreground color has already been set.
exception error markup, color, parsing, spectre-console
A background color has already been set.
exception error markup, color, parsing, spectre-console
Invalid hex color '#{hex}'. {ex.Message}
exception error markup, color, hex, parsing, spectre-console
Invalid hex color '#{hex}'.
exception error markup, color, hex, parsing, spectre-console
Invalid RGB color '{rgb}'. {ex.Message}
exception error markup, color, rgb, parsing, spectre-console
Invalid RGB color '{rgb}'.
exception error markup, color, rgb, parsing, spectre-console
Could not parse style.
exception error markup, parsing, defensive, spectre-console
Cannot convert color to console color.
exception error color, console, conversion, spectre-console
Failed to read colors.json at {file.Path}
exception error source-generator, build, json, roslyn, colors
Color {number} has null name
exception error json, source-generator, data-integrity, colors
Color {number} has null alias
exception error json, source-generator, data-integrity, colors, aliases
Failed to read emoji.json at {file.Path}
exception error source-generator, build, json, roslyn, emoji
Emoji has null label
exception error json, source-generator, data-integrity, emoji
Emoji has null hexcode
exception error json, source-generator, data-integrity, emoji, hexcode
Emoji has null emoji
exception error json, source-generator, data-integrity, emoji, encoding
Failed to read spinners_default.json at {file.Path}
exception error source-generator, build, json, roslyn, spinner
Failed to read spinners_sindresorhus.json at {file.Path}
exception error source-generator, build, json, roslyn, spinner
Cannot export text since a recording hasn't been started.
exception error recording, state, usage, export
Cannot export HTML since a recording hasn't been started.
exception error recording, state, usage, export, html
Output writer was null
exception error console, factory, null-check, io, configuration
Profile enricher of type '{enricher.GetType().FullName}' doe
exception error enricher, profile, configuration, null-check
Alternate buffers are not supported since your terminal does
exception error ansi, terminal-capabilities, alternate-buffer, configuration
Alternate buffers are not supported by your terminal.
exception error ansi, terminal-capabilities, alternate-buffer, fallback
Value cannot be null. (Parameter 'writer')
validation error console, io, null-check, argument, ansi-console-output
Value cannot be null. (Parameter 'obj')
validation error tree, null-check, argument, extension-method
Array does not contain enough space for items
validation error argumentexception, circularbuffer, collections, array-bounds
Failed to read input in non-interactive mode.
exception error invalidoperationexception, input, non-interactive, terminal, ci
Could not convert input to a string
exception error invalidoperationexception, typeconverter, prompts, reflection, custom-type
At least one column must be specified.
exception error invalidoperationexception, progress, columns, configuration
Task name cannot be empty
validation error argumentexception, progress, progress-task, validation, empty-string
Stopped tasks cannot be restarted
exception error invalidoperationexception, progress, progress-task, lifecycle, state
Task name cannot be empty.
exception error invalidoperationexception, progress, progress-task, validation, empty-string
Console width must be greater than zero
exception error invalidoperationexception, profile, console-width, configuration, ci
Console height must be greater than zero
exception error invalidoperationexception, profile, console-height, configuration, ci
Cannot show selection prompt since the current terminal isn'
exception error notsupportedexception, prompts, selection, non-interactive, terminal, ci
Cannot show selection prompt since the current terminal does
exception error notsupportedexception, prompts, selection, ansi, terminal, windows
Must be > 1
exception error canvas, argument-validation, constructor, spectre-console
Could not read header line
exception error figlet, font-parsing, argument-validation, spectre-console
Invalid Figlet font
exception error figlet, font-parsing, validation, spectre-console
Invalid Figlet font header
exception error figlet, font-parsing, validation, spectre-console
Invalid Figlet font header signature
exception error figlet, font-parsing, signature-validation, spectre-console
Cannot add new columns to grid with existing rows.
exception error grid, invalid-operation, ordering, spectre-console
The number of row columns are greater than the number of gri
exception error grid, invalid-operation, count-mismatch, spectre-console
Ratio must be equal to or greater than 1
exception error layout, invalid-operation, property-validation, spectre-console
Minimum size must be equal to or greater than 1
exception error layout, invalid-operation, property-validation, spectre-console
Size must be equal to or greater than 1
exception error layout, invalid-operation, property-validation, spectre-console
'name' cannot be null or empty.
exception error layout, argument-validation, spectre-console
Could not find layout '{name}'
exception error layout, not-found, invalid-operation, spectre-console
Cannot split the same layout twice
exception error layout, invalid-operation, split, spectre-console
Value cannot be null. (Parameter 'content')
validation error panel, argument-null, constructor, spectre-console
Value cannot be null. (Parameter 'text')
validation error panel-header, argument-null, constructor, spectre-console
Value cannot be null. (Parameter 'children')
validation error rows, argument-null, constructor, spectre-console
Value cannot be null. (Parameter 'title')
validation error rule, argument-null, constructor, spectre-console
Cannot add new columns to table with existing rows.
exception error table, invalid-operation, ordering, spectre-console
Value cannot be null. (Parameter 'content')
validation error table-cell, argument-null, constructor, spectre-console
Column span must be at least 1.
validation error table, column-span, argument-validation, off-by-one
Column spanning is not supported in table header rows.
exception error table, header, column-span, invalid-operation
Value cannot be null. (Parameter 'value')
validation error table, header, null-reference, argument
Column spanning is not supported in table footer rows.
exception error table, footer, column-span, invalid-operation
Value cannot be null. (Parameter 'header')
validation error table, column, null-reference, argument, constructor
Column spanning is not supported in table {rowType} rows.
exception error table, header, footer, column-span, row, invalid-operation
Table row index cannot be negative.
validation error table, row, index-bounds, argument
Table row index cannot exceed the number of rows in the tabl
validation error table, row, index-bounds, argument
Table column index cannot be negative.
validation error table, column, index-bounds, argument
Table column index cannot exceed the number of rows in the t
validation error table, column, index-bounds, argument, message-bug
The number of row columns (including spans) are greater than
exception error table, column-span, row, invalid-operation, column-count-mismatch
Value cannot be null. (Parameter 'text')
validation error table, title, null-reference, argument, constructor
Cycle detected in tree - unable to render.
exception error tree, cycle, render, graph, circular-reference