26 references to CliHostEnvironment
aspire (1)
Program.cs (1)
118
return new
CliHostEnvironment
(configuration, nonInteractive);
Aspire.Cli.Tests (25)
TestHelpers.cs (2)
14
return new
CliHostEnvironment
(configuration, nonInteractive: false);
20
return new
CliHostEnvironment
(configuration, nonInteractive: true);
Utils\CliHostEnvironmentTests.cs (22)
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);
225
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
243
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
262
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
281
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
299
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
318
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
338
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
356
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
375
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
393
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
Utils\CliTestHelper.cs (1)
244
return new
CliHostEnvironment
(configuration, nonInteractive: false);