Implemented interface member:
method
GetAppHostFromSettingsAsync
Aspire.Cli.Projects.IProjectLocator.GetAppHostFromSettingsAsync(System.IO.DirectoryInfo, System.Boolean, System.Threading.CancellationToken)
1 reference to GetAppHostFromSettingsAsync
aspire (1)
Projects\ProjectLocator.cs (1)
569return await GetAppHostFromSettingsAsync(executionContext.WorkingDirectory, searchParentDirectories: true, cancellationToken);