10 instantiations of EnvironmentVariablesExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationBuilderExtensions.cs (1)
33return builder.AddExecutionConfigurationGatherer(new EnvironmentVariablesExecutionConfigurationGatherer());
Aspire.Hosting.Tests (9)
ExecutionConfigurationGathererTests.cs (6)
137await new EnvironmentVariablesExecutionConfigurationGatherer() 164var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 187var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 207var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 231var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 256var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer();
ProjectResourceBuilderExtensionTests.cs (3)
186await new EnvironmentVariablesExecutionConfigurationGatherer() 339await new EnvironmentVariablesExecutionConfigurationGatherer() 496await new EnvironmentVariablesExecutionConfigurationGatherer()
5 references to EnvironmentVariablesExecutionConfigurationGatherer
Aspire.Hosting.Tests (5)
ExecutionConfigurationGathererTests.cs (5)
164var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 187var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 207var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 231var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 256var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer();