3 implementations of Verbose
dotnet-user-secrets (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.Extensions.SecretManager.Tools.Tests (1)
src\Tools\Shared\TestHelpers\TestReporter.cs (1)
17public void Verbose(string message)
6 references to Verbose
dotnet-user-secrets (6)
Internal\SecretsStore.cs (1)
36reporter.Verbose(Resources.FormatMessage_Secret_File_Path(_secretsFilePath));
Program.cs (1)
43reporter.Verbose(exception.ToString());
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());