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