Implemented interface member:
method
FindAppHostProjectsAsync
Aspire.Cli.Projects.IProjectLocator.FindAppHostProjectsAsync(System.IO.DirectoryInfo, Aspire.Cli.Projects.AppHostDiscoveryScope, System.Threading.CancellationToken)
1 reference to FindAppHostProjectsAsync
Aspire.Cli.Tests (1)
TestServices\TestProjectLocator.cs (1)
55var candidates = await FindAppHostProjectsAsync(searchDirectory, scope, cancellationToken);