2 implementations of GetIncludedFilesAsync
aspire (1)
Git\GitRepository.cs (1)
91
public async Task<IReadOnlySet<string>?>
GetIncludedFilesAsync
(DirectoryInfo searchRoot, CancellationToken cancellationToken)
Aspire.Cli.Tests (1)
TestServices\TestGitRepository.cs (1)
19
public Task<IReadOnlySet<string>?>
GetIncludedFilesAsync
(DirectoryInfo searchRoot, CancellationToken cancellationToken)
1 reference to GetIncludedFilesAsync
aspire (1)
Projects\AppHostCandidateFinder.cs (1)
129
var includedPaths = await gitRepository.
GetIncludedFilesAsync
(searchDirectory, cancellationToken);