Implemented interface member:
method
ExecuteAsync
Aspire.Hosting.Pipelines.IDistributedApplicationPipeline.ExecuteAsync(Aspire.Hosting.Pipelines.PipelineContext)
49 references to ExecuteAsync
Aspire.Hosting.Tests (49)
Pipelines\DistributedApplicationPipelineTests.cs (49)
31await pipeline.ExecuteAsync(context); 48await pipeline.ExecuteAsync(context); 79await pipeline.ExecuteAsync(context); 113await pipeline.ExecuteAsync(context); 144await pipeline.ExecuteAsync(context); 175await pipeline.ExecuteAsync(context); 226await pipeline.ExecuteAsync(context); 268await pipeline.ExecuteAsync(context); 306await pipeline.ExecuteAsync(context); 336var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 351var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 381var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 402var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 448await pipeline.ExecuteAsync(context); 491await pipeline.ExecuteAsync(context); 527await pipeline.ExecuteAsync(context); 549var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 570var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 631var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 653var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 688var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 732var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 764await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 792var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 852await pipeline.ExecuteAsync(context); 910await pipeline.ExecuteAsync(context); 938await pipeline.ExecuteAsync(context); 966await pipeline.ExecuteAsync(context); 1002await pipeline.ExecuteAsync(context); 1043await pipeline.ExecuteAsync(context); 1076await pipeline.ExecuteAsync(context); 1155await pipeline.ExecuteAsync(context); 1252await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 1323await pipeline.ExecuteAsync(context); 1431await pipeline.ExecuteAsync(context); 1489await pipeline.ExecuteAsync(context); 1533await pipeline.ExecuteAsync(context); 1574await pipeline.ExecuteAsync(context); 1626await pipeline.ExecuteAsync(context); 1666await pipeline.ExecuteAsync(context); 1688await pipeline.ExecuteAsync(context); 1708await pipeline.ExecuteAsync(context); 1728await pipeline.ExecuteAsync(context); 1758await pipeline.ExecuteAsync(context); 1849await pipeline.ExecuteAsync(context); 1874var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.ExecuteAsync(context)); 1928await pipeline.ExecuteAsync(context); 1978await pipeline.ExecuteAsync(context); 2041await pipeline.ExecuteAsync(context);