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