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