2 references to CreateAsyncCore
Aspire.Hosting.Testing (2)
DistributedApplicationTestingBuilder.cs (2)
120return CreateAsyncCore(entryPoint, args, options, (_, __) => { }, cancellationToken); 180=> await CreateAsyncCore(entryPoint, args, testingOptions: null, configureBuilder, cancellationToken).ConfigureAwait(false);