7 references to CreateAsync
Aspire.Hosting.Testing.Tests (7)
DashboardTestingBuilderTests.cs (1)
178
await using var builder = await DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>(
TestingBuilderTests.cs (3)
99
? DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>([], configureBuilder)
235
builder = await DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>(args, configureBuilder);
324
var builder = await DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>(args, configureBuilder);
TestingPublicApiTests.cs (3)
314
var action = () => DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>(args, configureBuilder);
326
var action = () => DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>(args, configureBuilder);
340
var action = () => DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>(args, configureBuilder);