5 references to CreateAsync
Aspire.Hosting.Testing (1)
DistributedApplicationTestingBuilder.cs (1)
74
return
CreateAsync
(typeof(TEntryPoint), options, args, cancellationToken);
Aspire.Hosting.Testing.Tests (4)
DashboardTestingBuilderTests.cs (4)
116
() => DistributedApplicationTestingBuilder.
CreateAsync
(typeof(Projects.TestingAppHost1_AppHost), null!, []));
139
await DistributedApplicationTestingBuilder.
CreateAsync
(
283
CreationSurface.Type => await DistributedApplicationTestingBuilder.
CreateAsync
(typeof(Projects.TestingAppHost1_AppHost), options, args),
299
CreationSurface.Type => await DistributedApplicationTestingBuilder.
CreateAsync
(