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)
349var foundFiles = await projectLocator.FindAppHostProjectFilesAsync(workspace.WorkspaceRoot.FullName, CancellationToken.None); 377var foundFiles = await projectLocator.FindAppHostProjectFilesAsync(workspace.WorkspaceRoot.FullName, CancellationToken.None); 423var foundFiles = await projectLocator.FindAppHostProjectFilesAsync(workspace.WorkspaceRoot.FullName, CancellationToken.None); 453var foundFiles = await projectLocator.FindAppHostProjectFilesAsync(workspace.WorkspaceRoot.FullName, CancellationToken.None); 498var foundFiles = await projectLocator.FindAppHostProjectFilesAsync(workspace.WorkspaceRoot.FullName, CancellationToken.None); 748var foundFiles = await projectLocator.FindAppHostProjectFilesAsync(workspace.WorkspaceRoot.FullName, CancellationToken.None);