8 writes to ErrorTextWriter
Aspire.Cli.Tests (8)
Commands\RootCommandTests.cs (8)
86
options.
ErrorTextWriter
= errorWriter;
109
options.
ErrorTextWriter
= errorWriter;
131
options.
ErrorTextWriter
= errorWriter;
153
options.
ErrorTextWriter
= errorWriter;
183
options.
ErrorTextWriter
= errorWriter;
237
options.
ErrorTextWriter
= errorWriter;
262
options.
ErrorTextWriter
= errorWriter;
285
options.
ErrorTextWriter
= errorWriter;
1 reference to ErrorTextWriter
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
269
var errorTextWriter =
ErrorTextWriter
?? new StringWriter();