2 implementations of Write
dotnet (1)
Commands\Workload\Install\NullReporter.cs (1)
10public void Write(string message) { }
Microsoft.DotNet.Cli.Utils (1)
Reporter.cs (1)
133public void Write(string message)
11 references to Write
dotnet (9)
Commands\Reference\Add\ReferenceAddCommand.cs (2)
47Reporter.Error.Write(GetProjectNotCompatibleWithFrameworksDisplayString( 71Reporter.Error.Write(GetProjectNotCompatibleWithFrameworksDisplayString(@ref, [frameworkString]));
Commands\Run\CSharpCompilerCommand.cs (2)
162Reporter.Verbose.Write(completed.Output); 167Reporter.Output.Write(completed.Output);
Commands\Workload\WorkloadInfoHelper.cs (4)
181reporter.Write($"{separator}{CliCommandStrings.WorkloadSourceColumn}:"); 184reporter.Write($"{separator}{CliCommandStrings.WorkloadManifestVersionColumn}:"); 187reporter.Write($"{separator}{CliCommandStrings.WorkloadManifestPathColumn}:"); 190reporter.Write($"{separator}{CliCommandStrings.WorkloadInstallTypeColumn}:");
Parser.cs (1)
287Reporter.Error.Write("Unhandled exception: ".Red().Bold());
Microsoft.TemplateEngine.Cli (2)
TemplatePackageDisplay.cs (2)
382reporter.Write(Environment.NewLine); 390reporter.Write(Environment.NewLine);