4 references to WithConfigurationFile
Aspire.Hosting.Azure.EventHubs (1)
AzureEventHubsExtensions.cs (1)
439
/// <remarks>This method is not available in polyglot app hosts. Use <see cref="
WithConfigurationFile
"/> instead.</remarks>
Aspire.Hosting.Azure.Tests (3)
AzureEventHubsExtensionsTests.cs (1)
479
.RunAsEmulator(configure => configure.
WithConfigurationFile
(configJsonPath));
PublicApiTests\EventHubsPublicApiTests.cs (2)
331
var action = () => builder.
WithConfigurationFile
(path);
347
var action = () => builder.RunAsEmulator(configure => configure.
WithConfigurationFile
(path));