3 references to CreateCore
Aspire.Hosting.Tests (3)
Utils\TestDistributedApplicationBuilder.cs (3)
36return CreateCore(args, (options) => { options.TrustDeveloperCertificate = false; }); 41return CreateCore(args, (options) => { options.TrustDeveloperCertificate = false; }, testOutputHelper); 46return CreateCore([], configureOptions, testOutputHelper);