3 implementations of Warn
dotnet-user-secrets (2)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
54
public virtual void
Warn
(string message)
src\Tools\Shared\CommandLine\NullReporter.cs (1)
23
public void
Warn
(string message)
Microsoft.Extensions.SecretManager.Tools.Tests (1)
src\Tools\Shared\TestHelpers\TestReporter.cs (1)
27
public void
Warn
(string message)
1 reference to Warn
dotnet-user-secrets (1)
Internal\RemoveCommand.cs (1)
38
context.Reporter.
Warn
(Resources.FormatError_Missing_Secret(_keyName));