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