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