28 instantiations of CliHostEnvironment
aspire (1)
Program.cs (1)
145return new CliHostEnvironment(configuration, nonInteractive);
Aspire.Cli.Tests (27)
TestHelpers.cs (2)
14return new CliHostEnvironment(configuration, nonInteractive: false); 20return new CliHostEnvironment(configuration, nonInteractive: true);
Utils\CliHostEnvironmentTests.cs (24)
18var env = new CliHostEnvironment(configuration, nonInteractive: false); 31var env = new CliHostEnvironment(configuration, nonInteractive: false); 44var env = new CliHostEnvironment(configuration, nonInteractive: false); 64var env = new CliHostEnvironment(configuration, nonInteractive: false); 84var env = new CliHostEnvironment(configuration, nonInteractive: false); 107var env = new CliHostEnvironment(configuration, nonInteractive: false); 129var env = new CliHostEnvironment(configuration, nonInteractive: false); 150var env = new CliHostEnvironment(configuration, nonInteractive: false); 168var env = new CliHostEnvironment(configuration, nonInteractive: false); 181var env = new CliHostEnvironment(configuration, nonInteractive: true); 194var env = new CliHostEnvironment(configuration, nonInteractive: true); 207var env = new CliHostEnvironment(configuration, nonInteractive: true); 225var env = new CliHostEnvironment(configuration, nonInteractive: false); 243var env = new CliHostEnvironment(configuration, nonInteractive: false); 262var env = new CliHostEnvironment(configuration, nonInteractive: false); 281var env = new CliHostEnvironment(configuration, nonInteractive: false); 299var env = new CliHostEnvironment(configuration, nonInteractive: true); 318var env = new CliHostEnvironment(configuration, nonInteractive: true); 338var env = new CliHostEnvironment(configuration, nonInteractive: false); 356var env = new CliHostEnvironment(configuration, nonInteractive: false); 375var env = new CliHostEnvironment(configuration, nonInteractive: false); 393var env = new CliHostEnvironment(configuration, nonInteractive: true); 413var env = new CliHostEnvironment(configuration, nonInteractive: false); 432var env = new CliHostEnvironment(configuration, nonInteractive: false);
Utils\CliTestHelper.cs (1)
258return new CliHostEnvironment(configuration, nonInteractive: false);
25 references to CliHostEnvironment
aspire (1)
Program.cs (1)
294var isPlayground = CliHostEnvironment.IsPlaygroundMode(configuration);
Aspire.Cli.Tests (24)
Utils\CliHostEnvironmentTests.cs (24)
18var env = new CliHostEnvironment(configuration, nonInteractive: false); 31var env = new CliHostEnvironment(configuration, nonInteractive: false); 44var env = new CliHostEnvironment(configuration, nonInteractive: false); 64var env = new CliHostEnvironment(configuration, nonInteractive: false); 84var env = new CliHostEnvironment(configuration, nonInteractive: false); 107var env = new CliHostEnvironment(configuration, nonInteractive: false); 129var env = new CliHostEnvironment(configuration, nonInteractive: false); 150var env = new CliHostEnvironment(configuration, nonInteractive: false); 168var env = new CliHostEnvironment(configuration, nonInteractive: false); 181var env = new CliHostEnvironment(configuration, nonInteractive: true); 194var env = new CliHostEnvironment(configuration, nonInteractive: true); 207var env = new CliHostEnvironment(configuration, nonInteractive: true); 225var env = new CliHostEnvironment(configuration, nonInteractive: false); 243var env = new CliHostEnvironment(configuration, nonInteractive: false); 262var env = new CliHostEnvironment(configuration, nonInteractive: false); 281var env = new CliHostEnvironment(configuration, nonInteractive: false); 299var env = new CliHostEnvironment(configuration, nonInteractive: true); 318var env = new CliHostEnvironment(configuration, nonInteractive: true); 338var env = new CliHostEnvironment(configuration, nonInteractive: false); 356var env = new CliHostEnvironment(configuration, nonInteractive: false); 375var env = new CliHostEnvironment(configuration, nonInteractive: false); 393var env = new CliHostEnvironment(configuration, nonInteractive: true); 413var env = new CliHostEnvironment(configuration, nonInteractive: false); 432var env = new CliHostEnvironment(configuration, nonInteractive: false);