Implemented interface member:
method
GetAppHostInformationAsync
Aspire.Cli.DotNet.IDotNetCliRunner.GetAppHostInformationAsync(System.IO.FileInfo, Aspire.Cli.DotNet.ProcessInvocationOptions, System.Threading.CancellationToken)
2 references to GetAppHostInformationAsync
Aspire.Cli.Tests (2)
DotNet\DotNetCliRunnerTests.cs (2)
2018
var result = await runner.
GetAppHostInformationAsync
(projectFile, new ProcessInvocationOptions(), CancellationToken.None);
2060
var result = await runner.
GetAppHostInformationAsync
(projectFile, new ProcessInvocationOptions(), CancellationToken.None);