5 instantiations of EnvironmentVariablesExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationBuilderExtensions.cs (1)
31
return builder.AddExecutionConfigurationGatherer(new
EnvironmentVariablesExecutionConfigurationGatherer
());
Aspire.Hosting.Tests (4)
ExecutionConfigurationGathererTests.cs (4)
127
var gatherer = new
EnvironmentVariablesExecutionConfigurationGatherer
();
150
var gatherer = new
EnvironmentVariablesExecutionConfigurationGatherer
();
170
var gatherer = new
EnvironmentVariablesExecutionConfigurationGatherer
();
194
var gatherer = new
EnvironmentVariablesExecutionConfigurationGatherer
();
4 references to EnvironmentVariablesExecutionConfigurationGatherer
Aspire.Hosting.Tests (4)
ExecutionConfigurationGathererTests.cs (4)
127
var
gatherer = new EnvironmentVariablesExecutionConfigurationGatherer();
150
var
gatherer = new EnvironmentVariablesExecutionConfigurationGatherer();
170
var
gatherer = new EnvironmentVariablesExecutionConfigurationGatherer();
194
var
gatherer = new EnvironmentVariablesExecutionConfigurationGatherer();