6 references to CliHostEnvironment
aspire (1)
Utils\CliHostEnvironment.cs (1)
71
:
this
(configuration, nonInteractive, Console.IsOutputRedirected)
Aspire.Cli.Tests (5)
Utils\CliHostEnvironmentTests.cs (5)
44
var env = new
CliHostEnvironment
(configuration, nonInteractive: false, isOutputRedirected: true);
59
var env = new
CliHostEnvironment
(configuration, nonInteractive: false, isOutputRedirected: true);
70
var env = new
CliHostEnvironment
(configuration, nonInteractive: false, isOutputRedirected: false);
269
var env = new
CliHostEnvironment
(configuration, nonInteractive: false, isOutputRedirected: false);
307
var env = new
CliHostEnvironment
(configuration, nonInteractive: false, isOutputRedirected: false);