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