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