2 implementations of Error
dotnet-user-jwts (1)
src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
26public TextWriter Error => Console.Error;
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (1)
src\Tools\Shared\TestHelpers\TestConsole.cs (1)
39public TextWriter Error { get; }
1 reference to Error
dotnet-user-jwts (1)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
53=> WriteLine(Console.Error, message, ConsoleColor.Red);