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)
350
var foundFiles = await projectLocator.
FindAppHostProjectFilesAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
378
var foundFiles = await projectLocator.
FindAppHostProjectFilesAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
424
var foundFiles = await projectLocator.
FindAppHostProjectFilesAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
454
var foundFiles = await projectLocator.
FindAppHostProjectFilesAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
499
var foundFiles = await projectLocator.
FindAppHostProjectFilesAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
754
var foundFiles = await projectLocator.
FindAppHostProjectFilesAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);