Implemented interface member:
method
ExecuteAsync
Aspire.Hosting.Pipelines.IDistributedApplicationPipeline.ExecuteAsync(Aspire.Hosting.ApplicationModel.DeployingContext)
26 references to ExecuteAsync
Aspire.Hosting.Tests (26)
Pipelines\DistributedApplicationPipelineTests.cs (26)
28await pipeline.ExecuteAsync(context); 45await pipeline.ExecuteAsync(context); 76await pipeline.ExecuteAsync(context); 110await pipeline.ExecuteAsync(context); 141await pipeline.ExecuteAsync(context); 172await pipeline.ExecuteAsync(context); 226await pipeline.ExecuteAsync(context); 265await pipeline.ExecuteAsync(context); 303await pipeline.ExecuteAsync(context); 333var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 348var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 378var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 399var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 445await pipeline.ExecuteAsync(context); 488await pipeline.ExecuteAsync(context); 524await pipeline.ExecuteAsync(context); 546var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 567var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 628var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 653var exception = await Assert.ThrowsAsync<AggregateException>(() => pipeline.ExecuteAsync(context)); 688var exception = await Assert.ThrowsAsync<AggregateException>(() => pipeline.ExecuteAsync(context)); 724var exception = await Assert.ThrowsAsync<AggregateException>(() => pipeline.ExecuteAsync(context)); 755var exception = await Assert.ThrowsAsync<AggregateException>(() => pipeline.ExecuteAsync(context)); 788var exception = await Assert.ThrowsAsync<AggregateException>(() => pipeline.ExecuteAsync(context)); 811var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 853var exception = await Assert.ThrowsAsync<AggregateException>(() => pipeline.ExecuteAsync(context));