7 references to StartAsync
aspire (1)
Profiling\ProfileCaptureService.cs (1)
52
=> await
StartAsync
(options, s_dashboardStartTimeout, s_pollInterval, cancellationToken).ConfigureAwait(false);
Aspire.Cli.Tests (6)
ProfileCaptureServiceTests.cs (6)
53
await using var session = await service.
StartAsync
(options, s_testTimeout, s_testPollInterval, CancellationToken.None);
108
await using var session = await service.
StartAsync
(CreateOptions(workspace), s_testTimeout, s_testPollInterval, CancellationToken.None);
126
() => service.
StartAsync
(CreateOptions(workspace), s_testTimeout, s_testPollInterval, CancellationToken.None));
148
() => service.
StartAsync
(CreateOptions(workspace), s_testTimeout, s_testPollInterval, CancellationToken.None));
179
() => service.
StartAsync
(CreateOptions(workspace), s_testTimeout, s_testPollInterval, CancellationToken.None));
206
() => service.
StartAsync
(CreateOptions(workspace), s_testTimeout, s_testPollInterval, CancellationToken.None));