10 implementations of FindExecutableProjectsAsync
aspire (1)
Projects\ProjectLocator.cs (1)
418
public async Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
Aspire.Cli.Tests (9)
Commands\ExecCommandTests.cs (3)
179
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
201
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
223
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
Commands\RunCommandTests.cs (4)
103
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
161
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
183
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
1153
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
TestServices\NoProjectFileProjectLocator.cs (1)
20
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
TestServices\TestProjectLocator.cs (1)
45
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)