48 instantiations of CliHostEnvironment
aspire (1)
Program.cs (1)
429
return new
CliHostEnvironment
(configuration, nonInteractive);
Aspire.Cli.Tests (47)
Certificates\CertificateServiceTests.cs (9)
199
return new
CliHostEnvironment
(configuration, nonInteractive: true);
353
return new
CliHostEnvironment
(configuration, nonInteractive: true);
394
return new
CliHostEnvironment
(configuration, nonInteractive: true);
435
return new
CliHostEnvironment
(configuration, nonInteractive: true);
485
return new
CliHostEnvironment
(configuration, nonInteractive: true);
524
return new
CliHostEnvironment
(configuration, nonInteractive: true);
567
return new
CliHostEnvironment
(configuration, nonInteractive: true);
603
return new
CliHostEnvironment
(configuration, nonInteractive: true);
630
return new
CliHostEnvironment
(configuration, nonInteractive);
Commands\CertificatesCommandTests.cs (1)
97
return new
CliHostEnvironment
(configuration, nonInteractive: true);
Commands\NewCommandTests.cs (10)
2254
return new
CliHostEnvironment
(configuration, nonInteractive: true);
2280
return new
CliHostEnvironment
(configuration, nonInteractive: true);
2305
return new
CliHostEnvironment
(configuration, nonInteractive: true);
2336
return new
CliHostEnvironment
(configuration, nonInteractive: true);
2384
return new
CliHostEnvironment
(configuration, nonInteractive: true);
2428
return new
CliHostEnvironment
(configuration, nonInteractive: true);
2472
return new
CliHostEnvironment
(configuration, nonInteractive: true);
3231
return new
CliHostEnvironment
(configuration, nonInteractive: true);
3257
return new
CliHostEnvironment
(configuration, nonInteractive: true);
3285
return new
CliHostEnvironment
(configuration, nonInteractive: true);
Commands\RunCommandTests.cs (1)
798
return new
CliHostEnvironment
(configuration, nonInteractive: true);
Commands\StartCommandTests.cs (3)
279
return new
CliHostEnvironment
(configuration, nonInteractive: true);
309
return new
CliHostEnvironment
(configuration, nonInteractive: false);
347
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);
53
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
73
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
96
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
114
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
135
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
153
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
166
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
179
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
197
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
215
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
233
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
252
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
271
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
289
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
308
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
328
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
346
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
365
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
385
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
404
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
Utils\CliTestHelper.cs (1)
510
return new
CliHostEnvironment
(configuration, nonInteractive: true);
23 references to CliHostEnvironment
aspire (1)
Program.cs (1)
962
var isPlayground =
CliHostEnvironment
.IsPlaygroundMode(configuration);
Aspire.Cli.Tests (22)
Utils\CliHostEnvironmentTests.cs (22)
18
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
31
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
53
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
73
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
96
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
114
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
135
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
153
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
166
var
env = new CliHostEnvironment(configuration, nonInteractive: true);
179
var
env = new CliHostEnvironment(configuration, nonInteractive: true);
197
var
env = new CliHostEnvironment(configuration, nonInteractive: true);
215
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
233
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
252
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
271
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
289
var
env = new CliHostEnvironment(configuration, nonInteractive: true);
308
var
env = new CliHostEnvironment(configuration, nonInteractive: true);
328
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
346
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
365
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
385
var
env = new CliHostEnvironment(configuration, nonInteractive: false);
404
var
env = new CliHostEnvironment(configuration, nonInteractive: false);