mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 08:52:50 +08:00

Contains two analyzers with fixes * Use AnsiConsole over System.Console * Favor local instance over static implementation
8 lines
214 B
C#
8 lines
214 B
C#
namespace Spectre.Console.Analyzer
|
|
{
|
|
internal static class Constants
|
|
{
|
|
internal const string StaticInstance = "AnsiConsole";
|
|
internal const string SpectreConsole = "Spectre.Console";
|
|
}
|
|
} |