11 references to CreateAsync
Aspire.Hosting.Testing (1)
DistributedApplicationTestingBuilder.cs (1)
39
=>
CreateAsync
(typeof(TEntryPoint), cancellationToken);
Aspire.Hosting.Testing.Tests (9)
DashboardTestingBuilderTests.cs (1)
128
await DistributedApplicationTestingBuilder.
CreateAsync
(typeof(Projects.TestingAppHost1_AppHost), default);
TestingBuilderTests.cs (7)
80
var ioe = await Assert.ThrowsAsync<InvalidOperationException>(() => DistributedApplicationTestingBuilder.
CreateAsync
(typeof(Microsoft.Extensions.Logging.ConsoleLoggerExtensions)));
139
: DistributedApplicationTestingBuilder.
CreateAsync
(typeof(Projects.TestingAppHost1_AppHost)));
163
: DistributedApplicationTestingBuilder.
CreateAsync
(typeof(Projects.TestingAppHost1_AppHost)));
181
: DistributedApplicationTestingBuilder.
CreateAsync
(typeof(Projects.TestingAppHost1_AppHost)));
207
: DistributedApplicationTestingBuilder.
CreateAsync
(typeof(Projects.TestingAppHost1_AppHost)));
406
: DistributedApplicationTestingBuilder.
CreateAsync
(typeof(Projects.TestingAppHost1_AppHost)));
422
: DistributedApplicationTestingBuilder.
CreateAsync
(typeof(Projects.TestingAppHost1_AppHost)));
TestingPublicApiTests.cs (1)
228
var action = () => DistributedApplicationTestingBuilder.
CreateAsync
(entryPoint);
Aspire.Playground.Tests (1)
Infrastructure\DistributedApplicationTestFactory.cs (1)
21
var builder = await DistributedApplicationTestingBuilder.
CreateAsync
(appHostProgramType);