26 instantiations of CliHostEnvironment
aspire (1)
Program.cs (1)
118return new CliHostEnvironment(configuration, nonInteractive);
Aspire.Cli.Tests (25)
TestHelpers.cs (2)
14return new CliHostEnvironment(configuration, nonInteractive: false); 20return new CliHostEnvironment(configuration, nonInteractive: true);
Utils\CliHostEnvironmentTests.cs (22)
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);
Utils\CliTestHelper.cs (1)
244return new CliHostEnvironment(configuration, nonInteractive: false);
23 references to CliHostEnvironment
aspire (1)
Program.cs (1)
233var isPlayground = CliHostEnvironment.IsPlaygroundMode(configuration);
Aspire.Cli.Tests (22)
Utils\CliHostEnvironmentTests.cs (22)
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);