46 references to CliHostEnvironment
aspire (1)
Program.cs (1)
429return new CliHostEnvironment(configuration, nonInteractive);
Aspire.Cli.Tests (45)
Certificates\CertificateServiceTests.cs (9)
199return new CliHostEnvironment(configuration, nonInteractive: true); 353return new CliHostEnvironment(configuration, nonInteractive: true); 394return new CliHostEnvironment(configuration, nonInteractive: true); 435return new CliHostEnvironment(configuration, nonInteractive: true); 485return new CliHostEnvironment(configuration, nonInteractive: true); 524return new CliHostEnvironment(configuration, nonInteractive: true); 567return new CliHostEnvironment(configuration, nonInteractive: true); 603return new CliHostEnvironment(configuration, nonInteractive: true); 630return new CliHostEnvironment(configuration, nonInteractive);
Commands\CertificatesCommandTests.cs (1)
97return new CliHostEnvironment(configuration, nonInteractive: true);
Commands\NewCommandTests.cs (10)
2254return new CliHostEnvironment(configuration, nonInteractive: true); 2280return new CliHostEnvironment(configuration, nonInteractive: true); 2305return new CliHostEnvironment(configuration, nonInteractive: true); 2336return new CliHostEnvironment(configuration, nonInteractive: true); 2384return new CliHostEnvironment(configuration, nonInteractive: true); 2428return new CliHostEnvironment(configuration, nonInteractive: true); 2472return new CliHostEnvironment(configuration, nonInteractive: true); 3284return new CliHostEnvironment(configuration, nonInteractive: true); 3310return new CliHostEnvironment(configuration, nonInteractive: true); 3338return new CliHostEnvironment(configuration, nonInteractive: true);
Commands\RunCommandTests.cs (1)
1215return new CliHostEnvironment(configuration, nonInteractive: true);
Commands\StartCommandTests.cs (3)
280return new CliHostEnvironment(configuration, nonInteractive: true); 310return new CliHostEnvironment(configuration, nonInteractive: false); 348return new CliHostEnvironment(configuration, nonInteractive: true);
Utils\CliHostEnvironmentTests.cs (20)
18var env = new CliHostEnvironment(configuration, nonInteractive: false); 31var env = new CliHostEnvironment(configuration, nonInteractive: false); 89var env = new CliHostEnvironment(configuration, nonInteractive: false); 109var env = new CliHostEnvironment(configuration, nonInteractive: false); 132var env = new CliHostEnvironment(configuration, nonInteractive: false); 150var env = new CliHostEnvironment(configuration, nonInteractive: false); 171var env = new CliHostEnvironment(configuration, nonInteractive: false); 189var env = new CliHostEnvironment(configuration, nonInteractive: false); 202var env = new CliHostEnvironment(configuration, nonInteractive: true); 215var env = new CliHostEnvironment(configuration, nonInteractive: true); 233var env = new CliHostEnvironment(configuration, nonInteractive: true); 251var env = new CliHostEnvironment(configuration, nonInteractive: false); 288var env = new CliHostEnvironment(configuration, nonInteractive: false); 325var env = new CliHostEnvironment(configuration, nonInteractive: true); 344var env = new CliHostEnvironment(configuration, nonInteractive: true); 364var env = new CliHostEnvironment(configuration, nonInteractive: false); 382var env = new CliHostEnvironment(configuration, nonInteractive: false); 401var env = new CliHostEnvironment(configuration, nonInteractive: false); 421var env = new CliHostEnvironment(configuration, nonInteractive: false); 440var env = new CliHostEnvironment(configuration, nonInteractive: false);
Utils\CliTestHelper.cs (1)
510return new CliHostEnvironment(configuration, nonInteractive: true);