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