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)
962
var executableProjects = await projectLocator.
FindExecutableProjectsAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
997
var executableProjects = await projectLocator.
FindExecutableProjectsAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
1036
var executableProjects = await projectLocator.
FindExecutableProjectsAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
1054
var executableProjects = await projectLocator.
FindExecutableProjectsAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
1103
var executableProjects = await projectLocator.
FindExecutableProjectsAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);