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