48 references to CliHostEnvironment
aspire (1)
Program.cs (1)
429return new CliHostEnvironment(configuration, nonInteractive);
Aspire.Cli.Tests (47)
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); 3231return new CliHostEnvironment(configuration, nonInteractive: true); 3257return new CliHostEnvironment(configuration, nonInteractive: true); 3285return new CliHostEnvironment(configuration, nonInteractive: true);
Commands\RunCommandTests.cs (1)
798return new CliHostEnvironment(configuration, nonInteractive: true);
Commands\StartCommandTests.cs (3)
279return new CliHostEnvironment(configuration, nonInteractive: true); 309return new CliHostEnvironment(configuration, nonInteractive: false); 347return new CliHostEnvironment(configuration, nonInteractive: true);
Utils\CliHostEnvironmentTests.cs (22)
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); 114var env = new CliHostEnvironment(configuration, nonInteractive: false); 135var env = new CliHostEnvironment(configuration, nonInteractive: false); 153var env = new CliHostEnvironment(configuration, nonInteractive: false); 166var env = new CliHostEnvironment(configuration, nonInteractive: true); 179var env = new CliHostEnvironment(configuration, nonInteractive: true); 197var env = new CliHostEnvironment(configuration, nonInteractive: true); 215var env = new CliHostEnvironment(configuration, nonInteractive: false); 233var env = new CliHostEnvironment(configuration, nonInteractive: false); 252var env = new CliHostEnvironment(configuration, nonInteractive: false); 271var env = new CliHostEnvironment(configuration, nonInteractive: false); 289var env = new CliHostEnvironment(configuration, nonInteractive: true); 308var env = new CliHostEnvironment(configuration, nonInteractive: true); 328var env = new CliHostEnvironment(configuration, nonInteractive: false); 346var env = new CliHostEnvironment(configuration, nonInteractive: false); 365var env = new CliHostEnvironment(configuration, nonInteractive: false); 385var env = new CliHostEnvironment(configuration, nonInteractive: false); 404var env = new CliHostEnvironment(configuration, nonInteractive: false);
Utils\CliTestHelper.cs (1)
510return new CliHostEnvironment(configuration, nonInteractive: true);