1 write to Out
aspire (1)
ConsoleEnvironment.cs (1)
23
Out
= output;
5 references to Out
aspire (4)
Commands\LsCommand.cs (1)
177
var writer = _consoleEnvironment.
Out
.Profile.Out.Writer;
Interaction\ConsoleInteractionService.cs (1)
95
_outConsole = consoleEnvironment.
Out
;
Program.cs (2)
425
builder.Services.AddSingleton(s => s.GetRequiredService<ConsoleEnvironment>().
Out
);
1347
consoleEnvironment.
Out
.Profile.Width = 256; // VS code terminal will handle wrapping so set a large width here.
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
134
services.AddSingleton(sp => sp.GetRequiredService<ConsoleEnvironment>().
Out
);