AnsiConsoleFactory Class
Factory for creating an ANSI console.
[Obsolete("Consider using AnsiConsole.Create instead.")]
public sealed class AnsiConsoleFactory
- Namespace
- Spectre
.Console
Attributes
- ObsoleteAttribute
Methods
-
IAnsiConsole Create
( Ansi Console Settings) - Creates an ANSI console.
Extension Methods
-
T And
< Ansi Console Factory> (Action < Ansi Console Factory> ) - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.