Implemented interface member:
method
FindExecutableProjectsAsync
Aspire.Cli.Projects.IProjectLocator.FindExecutableProjectsAsync(System.String, System.Threading.CancellationToken)
5 references to FindExecutableProjectsAsync
Aspire.Cli.Tests (5)
Projects\ProjectLocatorTests.cs (5)
1024var executableProjects = await projectLocator.FindExecutableProjectsAsync(workspace.WorkspaceRoot.FullName, CancellationToken.None); 1059var executableProjects = await projectLocator.FindExecutableProjectsAsync(workspace.WorkspaceRoot.FullName, CancellationToken.None); 1098var executableProjects = await projectLocator.FindExecutableProjectsAsync(workspace.WorkspaceRoot.FullName, CancellationToken.None); 1116var executableProjects = await projectLocator.FindExecutableProjectsAsync(workspace.WorkspaceRoot.FullName, CancellationToken.None); 1165var executableProjects = await projectLocator.FindExecutableProjectsAsync(workspace.WorkspaceRoot.FullName, CancellationToken.None);