16 references to CliHostEnvironment
aspire (1)
Program.cs (1)
118
return new
CliHostEnvironment
(configuration, nonInteractive);
Aspire.Cli.Tests (15)
TestHelpers.cs (2)
14
return new
CliHostEnvironment
(configuration, nonInteractive: false);
20
return new
CliHostEnvironment
(configuration, nonInteractive: true);
Utils\CliHostEnvironmentTests.cs (12)
18
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
31
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
44
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
64
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
84
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
107
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
129
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
150
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
168
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
181
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
194
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
207
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
Utils\CliTestHelper.cs (1)
243
return new
CliHostEnvironment
(configuration, nonInteractive: false);