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