2 implementations of Warn
dotnet-getdocument (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)
1 reference to Warn
dotnet-getdocument (1)
src\Tools\GetDocumentInsider\src\ReporterExtensions.cs (1)
18
=> reporter.
Warn
(Prefix("warn: ", message));