4 references to WithConfigurationFile
Aspire.Hosting.Azure.Tests (4)
AzureServiceBusExtensionsTests.cs (2)
575
.RunAsEmulator(configure => configure.
WithConfigurationFile
(configJsonPath));
735
.RunAsEmulator(configure => configure.
WithConfigurationFile
(configJsonPath));
PublicApiTests\ServiceBusPublicApiTests.cs (2)
264
var action = () => builder.
WithConfigurationFile
(path);
279
var action = () => builder.RunAsEmulator(configure => configure.
WithConfigurationFile
(path));