2 implementations of Error
dotnet-sql-cache (2)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
52
public virtual void
Error
(string message)
src\Tools\Shared\CommandLine\NullReporter.cs (1)
26
public void
Error
(string message)
5 references to Error
dotnet-sql-cache (5)
Program.cs (5)
76
reporter.
Error
("Invalid input");
117
reporter.
Error
("Invalid input");
145
CreateReporter(verbose: false).
Error
($"An error occurred. {exception.Message}");
192
reporter.
Error
(
248
reporter.
Error
(