24 references to CliHostEnvironment
aspire (1)
Program.cs (1)
308
return new
CliHostEnvironment
(configuration, nonInteractive);
Aspire.Cli.Tests (23)
Commands\NewCommandTests.cs (1)
1438
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);
53
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
73
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
96
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
118
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
136
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
149
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
162
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
180
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
198
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
217
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
236
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
254
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
273
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
293
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
311
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
330
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
348
var env = new
CliHostEnvironment
(configuration, nonInteractive: true);
368
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
387
var env = new
CliHostEnvironment
(configuration, nonInteractive: false);
Utils\CliTestHelper.cs (1)
381
return new
CliHostEnvironment
(configuration, nonInteractive: true);