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)
28
await pipeline.
ExecuteAsync
(context);
45
await pipeline.
ExecuteAsync
(context);
76
await pipeline.
ExecuteAsync
(context);
110
await pipeline.
ExecuteAsync
(context);
141
await pipeline.
ExecuteAsync
(context);
172
await pipeline.
ExecuteAsync
(context);
226
await pipeline.
ExecuteAsync
(context);
265
await pipeline.
ExecuteAsync
(context);
303
await pipeline.
ExecuteAsync
(context);
333
var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.
ExecuteAsync
(context));
348
var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.
ExecuteAsync
(context));
378
var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.
ExecuteAsync
(context));
399
var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.
ExecuteAsync
(context));
445
await pipeline.
ExecuteAsync
(context);
488
await pipeline.
ExecuteAsync
(context);
524
await pipeline.
ExecuteAsync
(context);
546
var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.
ExecuteAsync
(context));
567
var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.
ExecuteAsync
(context));
628
var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.
ExecuteAsync
(context));
653
var exception = await Assert.ThrowsAsync<AggregateException>(() => pipeline.
ExecuteAsync
(context));
688
var exception = await Assert.ThrowsAsync<AggregateException>(() => pipeline.
ExecuteAsync
(context));
724
var exception = await Assert.ThrowsAsync<AggregateException>(() => pipeline.
ExecuteAsync
(context));
755
var exception = await Assert.ThrowsAsync<AggregateException>(() => pipeline.
ExecuteAsync
(context));
788
var exception = await Assert.ThrowsAsync<AggregateException>(() => pipeline.
ExecuteAsync
(context));
811
var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => pipeline.
ExecuteAsync
(context));
853
var exception = await Assert.ThrowsAsync<AggregateException>(() => pipeline.
ExecuteAsync
(context));