8 writes to ErrorTextWriter
Aspire.Cli.Tests (8)
Commands\RootCommandTests.cs (8)
86
options.
ErrorTextWriter
= errorWriter;
108
options.
ErrorTextWriter
= errorWriter;
130
options.
ErrorTextWriter
= errorWriter;
152
options.
ErrorTextWriter
= errorWriter;
182
options.
ErrorTextWriter
= errorWriter;
236
options.
ErrorTextWriter
= errorWriter;
261
options.
ErrorTextWriter
= errorWriter;
283
options.
ErrorTextWriter
= errorWriter;
1 reference to ErrorTextWriter
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
244
var errorTextWriter =
ErrorTextWriter
?? new StringWriter();