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)
925
var executableProjects = await projectLocator.
FindExecutableProjectsAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
960
var executableProjects = await projectLocator.
FindExecutableProjectsAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
999
var executableProjects = await projectLocator.
FindExecutableProjectsAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
1017
var executableProjects = await projectLocator.
FindExecutableProjectsAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
1066
var executableProjects = await projectLocator.
FindExecutableProjectsAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);