1 write to Out
aspire (1)
ConsoleEnvironment.cs (1)
23Out = output;
4 references to Out
aspire (3)
Interaction\ConsoleInteractionService.cs (1)
39_outConsole = consoleEnvironment.Out;
Program.cs (2)
234builder.Services.AddSingleton(s => s.GetRequiredService<ConsoleEnvironment>().Out); 708consoleEnvironment.Out.Profile.Width = 256; // VS code terminal will handle wrapping so set a large width here.
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
89services.AddSingleton(sp => sp.GetRequiredService<ConsoleEnvironment>().Out);