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)
1024
var executableProjects = await projectLocator.
FindExecutableProjectsAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
1059
var executableProjects = await projectLocator.
FindExecutableProjectsAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
1098
var executableProjects = await projectLocator.
FindExecutableProjectsAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
1116
var executableProjects = await projectLocator.
FindExecutableProjectsAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);
1165
var executableProjects = await projectLocator.
FindExecutableProjectsAsync
(workspace.WorkspaceRoot.FullName, CancellationToken.None);