18 writes to ErrorTextWriter
Aspire.Cli.Tests (18)
Commands\DescribeCommandTests.cs (1)
958
options.
ErrorTextWriter
= errorTextWriter;
Commands\DoctorCommandTests.cs (1)
134
options.
ErrorTextWriter
= errorWriter;
Commands\LogsCommandTests.cs (1)
1610
options.
ErrorTextWriter
= errorTextWriter;
Commands\LsCommandTests.cs (6)
147
options.
ErrorTextWriter
= errorWriter;
228
options.
ErrorTextWriter
= errorWriter;
261
options.
ErrorTextWriter
= errorWriter;
301
options.
ErrorTextWriter
= errorWriter;
344
options.
ErrorTextWriter
= errorWriter;
388
options.
ErrorTextWriter
= errorWriter;
Commands\RootCommandTests.cs (9)
154
options.
ErrorTextWriter
= errorWriter;
337
options.
ErrorTextWriter
= errorWriter;
360
options.
ErrorTextWriter
= errorWriter;
382
options.
ErrorTextWriter
= errorWriter;
404
options.
ErrorTextWriter
= errorWriter;
434
options.
ErrorTextWriter
= errorWriter;
490
options.
ErrorTextWriter
= errorWriter;
516
options.
ErrorTextWriter
= errorWriter;
539
options.
ErrorTextWriter
= errorWriter;
1 reference to ErrorTextWriter
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
386
var errorTextWriter =
ErrorTextWriter
?? new StringWriter();