2 implementations of GetRootAsync
aspire (1)
Git\GitRepository.cs (1)
20
public async Task<DirectoryInfo?>
GetRootAsync
(CancellationToken cancellationToken)
Aspire.Cli.Tests (1)
TestServices\TestGitRepository.cs (1)
14
public Task<DirectoryInfo?>
GetRootAsync
(CancellationToken cancellationToken)
2 references to GetRootAsync
aspire (2)
Commands\AgentInitCommand.cs (1)
155
var gitRoot = await _gitRepository.
GetRootAsync
(cancellationToken);
Git\IGitRepository.cs (1)
33
/// Unlike <see cref="
GetRootAsync
(CancellationToken)"/>, this method takes an explicit