3 implementations of Verbose
dotnet-user-jwts (2)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
66
public virtual void
Verbose
(string message)
src\Tools\Shared\CommandLine\NullReporter.cs (1)
17
public void
Verbose
(string message)
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (1)
src\Tools\Shared\TestHelpers\TestReporter.cs (1)
17
public 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());