16 instantiations of CliHostEnvironment
aspire (1)
Program.cs (1)
118return new CliHostEnvironment(configuration, nonInteractive);
Aspire.Cli.Tests (15)
TestHelpers.cs (2)
14return new CliHostEnvironment(configuration, nonInteractive: false); 20return new CliHostEnvironment(configuration, nonInteractive: true);
Utils\CliHostEnvironmentTests.cs (12)
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);
Utils\CliTestHelper.cs (1)
243return new CliHostEnvironment(configuration, nonInteractive: false);
12 references to CliHostEnvironment
Aspire.Cli.Tests (12)
Utils\CliHostEnvironmentTests.cs (12)
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);