Implemented interface member:
method
RunApplicationAsync
Aspire.Hosting.Dcp.IDcpExecutor.RunApplicationAsync(System.Threading.CancellationToken)
29 references to RunApplicationAsync
Aspire.Hosting.Tests (29)
Dcp\DcpExecutorTests.cs (29)
42
await appExecutor.
RunApplicationAsync
();
85
await appExecutor.
RunApplicationAsync
();
153
await appExecutor.
RunApplicationAsync
();
196
await appExecutor.
RunApplicationAsync
();
240
await appExecutor.
RunApplicationAsync
();
272
await appExecutor.
RunApplicationAsync
();
304
await appExecutor.
RunApplicationAsync
();
337
await appExecutor.
RunApplicationAsync
();
374
var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => appExecutor.
RunApplicationAsync
());
394
await appExecutor.
RunApplicationAsync
();
428
await appExecutor.
RunApplicationAsync
();
462
await appExecutor.
RunApplicationAsync
();
526
var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => appExecutor.
RunApplicationAsync
());
549
await appExecutor.
RunApplicationAsync
();
586
await appExecutor.
RunApplicationAsync
();
684
await appExecutor.
RunApplicationAsync
();
788
await appExecutor.
RunApplicationAsync
();
833
await appExecutor.
RunApplicationAsync
();
870
await appExecutor.
RunApplicationAsync
();
905
await appExecutor.
RunApplicationAsync
();
965
var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => appExecutor.
RunApplicationAsync
());
986
await appExecutor.
RunApplicationAsync
();
1022
await appExecutor.
RunApplicationAsync
();
1059
await appExecutor.
RunApplicationAsync
();
1096
await appExecutor.
RunApplicationAsync
();
1138
await appExecutor.
RunApplicationAsync
();
1163
await appExecutor.
RunApplicationAsync
();
1188
await appExecutor.
RunApplicationAsync
();
1230
await appExecutor.
RunApplicationAsync
(tokenSource.Token);