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