10 references to CreateAsync
Aspire.Hosting.Testing.Tests (10)
ResourceLoggerForwarderServiceTests.cs (1)
22
var appHost = await DistributedApplicationTestingBuilder.
CreateAsync
<TestingAppHost1_AppHost>();
TestingBuilderTests.cs (9)
87
? DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>([], configureBuilder)
111
? DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>()
134
? DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>()
152
? DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>()
173
? DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>()
186
? DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>()
201
? DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>()
240
genericEntryPoint ? DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>([$"--crash-{crashArg}"], cts.Token).WaitAsync(cts.Token)
248
? await DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>([$"--crash-{crashArg}"], cts.Token).WaitAsync(cts.Token)