Implemented interface member:
method
FindAppHostProjectFilesAsync
Aspire.Cli.Projects.IProjectLocator.FindAppHostProjectFilesAsync(System.String, System.Threading.CancellationToken)
6 references to FindAppHostProjectFilesAsync
Aspire.Cli.Tests (6)
Projects\ProjectLocatorTests.cs (6)
349
var foundFiles = await projectLocator.
FindAppHostProjectFilesAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
377
var foundFiles = await projectLocator.
FindAppHostProjectFilesAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
423
var foundFiles = await projectLocator.
FindAppHostProjectFilesAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
453
var foundFiles = await projectLocator.
FindAppHostProjectFilesAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
498
var foundFiles = await projectLocator.
FindAppHostProjectFilesAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
748
var foundFiles = await projectLocator.
FindAppHostProjectFilesAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);