Implemented interface member:
method
FindAppHostProjectFilesAsync
Aspire.Cli.Projects.IProjectLocator.FindAppHostProjectFilesAsync(System.IO.DirectoryInfo, Aspire.Cli.Projects.AppHostDiscoveryScope, System.Int32?, System.Threading.CancellationToken)
2 references to FindAppHostProjectFilesAsync
aspire (1)
Projects\ProjectLocator.cs (1)
257
return await
FindAppHostProjectFilesAsync
(searchDirectory, scope, maxDepth: null, cancellationToken);
Aspire.Cli.Tests (1)
Projects\ProjectLocatorTests.cs (1)
3475
var found = await projectLocator.
FindAppHostProjectFilesAsync
(