7 instantiations of EnvironmentVariablesExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationBuilderExtensions.cs (1)
33return builder.AddExecutionConfigurationGatherer(new EnvironmentVariablesExecutionConfigurationGatherer());
Aspire.Hosting.Tests (6)
ExecutionConfigurationGathererTests.cs (5)
129var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 152var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 172var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 196var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 221var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer();
ProjectResourceBuilderExtensionTests.cs (1)
186await new EnvironmentVariablesExecutionConfigurationGatherer()
5 references to EnvironmentVariablesExecutionConfigurationGatherer
Aspire.Hosting.Tests (5)
ExecutionConfigurationGathererTests.cs (5)
129var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 152var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 172var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 196var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 221var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer();