3 implementations of Verbose
dotnet-user-jwts (2)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
66public virtual void Verbose(string message)
src\Tools\Shared\CommandLine\NullReporter.cs (1)
17public void Verbose(string message)
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (1)
src\Tools\Shared\TestHelpers\TestReporter.cs (1)
17public void Verbose(string message)
4 references to Verbose
dotnet-user-jwts (4)
src\Tools\Shared\SecretsHelpers\ProjectIdResolver.cs (4)
45_reporter.Verbose(SecretsHelpersResources.FormatMessage_Project_File_Path(projectFile)); 75_reporter.Verbose($"Invoking '{psi.FileName} {psi.Arguments}'"); 106_reporter.Verbose(outputBuilder.ToString()); 107_reporter.Verbose(errorBuilder.ToString());