26 instantiations of CliHostEnvironment
aspire (1)
Program.cs (1)
238
return new
CliHostEnvironment
(configuration, nonInteractive);
Aspire.Cli.Tests (25)
Commands\NewCommandTests.cs (1)
1271
return new
CliHostEnvironment
(configuration, nonInteractive: true);
TestHelpers.cs (2)
14
return new
CliHostEnvironment
(configuration, nonInteractive: false);
20
return new
CliHostEnvironment
(configuration, nonInteractive: true);
Utils\CliHostEnvironmentTests.cs (21)
18
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
31
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
51
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
71
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
94
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
116
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
134
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
147
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
160
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
178
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
196
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
215
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
234
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
252
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
271
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
291
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
309
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
328
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
346
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
366
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
385
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
Utils\CliTestHelper.cs (1)
372
return new
CliHostEnvironment
(configuration, nonInteractive: false);
22 references to CliHostEnvironment
aspire (1)
Program.cs (1)
531
var isPlayground =
CliHostEnvironment
.IsPlaygroundMode(configuration);
Aspire.Cli.Tests (21)
Utils\CliHostEnvironmentTests.cs (21)
18
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
31
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
51
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
71
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
94
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
116
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
134
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
147
var
env = new CliHostEnvironment(configuration, nonInteractive: true);
160
var
env = new CliHostEnvironment(configuration, nonInteractive: true);
178
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
196
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
215
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
234
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
252
var
env = new CliHostEnvironment(configuration, nonInteractive: true);
271
var
env = new CliHostEnvironment(configuration, nonInteractive: true);
291
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
309
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
328
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
346
var
env = new CliHostEnvironment(configuration, nonInteractive: true);
366
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
385
var
env = new CliHostEnvironment(configuration, nonInteractive: false);