5 instantiations of EnvironmentVariablesExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ResourceExecutionConfigurationBuilderExtensions.cs (1)
31
return builder.AddExecutionConfigurationGatherer(new
EnvironmentVariablesExecutionConfigurationGatherer
());
Aspire.Hosting.Tests (4)
ResourceExecutionConfigurationGathererTests.cs (4)
124
var gatherer = new
EnvironmentVariablesExecutionConfigurationGatherer
();
147
var gatherer = new
EnvironmentVariablesExecutionConfigurationGatherer
();
167
var gatherer = new
EnvironmentVariablesExecutionConfigurationGatherer
();
191
var gatherer = new
EnvironmentVariablesExecutionConfigurationGatherer
();
4 references to EnvironmentVariablesExecutionConfigurationGatherer
Aspire.Hosting.Tests (4)
ResourceExecutionConfigurationGathererTests.cs (4)
124
var
gatherer = new EnvironmentVariablesExecutionConfigurationGatherer();
147
var
gatherer = new EnvironmentVariablesExecutionConfigurationGatherer();
167
var
gatherer = new EnvironmentVariablesExecutionConfigurationGatherer();
191
var
gatherer = new EnvironmentVariablesExecutionConfigurationGatherer();