10 references to CreateAsync
Aspire.Hosting.Testing (3)
DistributedApplicationTestingBuilder.cs (3)
137=> CreateAsync(typeof(TEntryPoint), args, (_, __) => { }, cancellationToken); 150=> CreateAsync(entryPoint, args, (_, __) => { }, cancellationToken); 166=> CreateAsync(typeof(TEntryPoint), args, configureBuilder, cancellationToken);
Aspire.Hosting.Testing.Tests (6)
TestingBuilderTests.cs (2)
100: DistributedApplicationTestingBuilder.CreateAsync(typeof(Projects.TestingAppHost1_AppHost), [], configureBuilder)); 239builder = await DistributedApplicationTestingBuilder.CreateAsync(typeof(Projects.TestingAppHost1_AppHost), args, configureBuilder);
TestingPublicApiTests.cs (4)
359var action = () => DistributedApplicationTestingBuilder.CreateAsync(entryPoint, args, configureBuilder); 372var action = () => DistributedApplicationTestingBuilder.CreateAsync(entryPoint, args, configureBuilder); 385var action = () => DistributedApplicationTestingBuilder.CreateAsync(entryPoint, args, configureBuilder); 400var action = () => DistributedApplicationTestingBuilder.CreateAsync(entryPoint, args, configureBuilder);
Aspire.Playground.Tests (1)
BlazorWasmHostingTests.cs (1)
198var builder = await DistributedApplicationTestingBuilder.CreateAsync(appHostType, [], (options, _) =>