Implemented interface member:
method
StartAsync
Aspire.Cli.DotNet.IProcessExecution.StartAsync(System.Threading.CancellationToken)
3 references to StartAsync
Aspire.Cli.Tests (3)
ProfileCaptureServiceTests.cs (3)
291
Assert.True(await process.
StartAsync
(CancellationToken.None));
533
Assert.True(process.
StartAsync
(CancellationToken.None).GetAwaiter().GetResult());
560
Assert.True(process.
StartAsync
(CancellationToken.None).GetAwaiter().GetResult());