1 implementation of GetRootAsync
aspire (1)
Git\GitRepository.cs (1)
17
public async Task<DirectoryInfo?>
GetRootAsync
(CancellationToken cancellationToken)
1 reference to GetRootAsync
aspire (1)
Commands\McpInitCommand.cs (1)
59
var gitRoot = await _gitRepository.
GetRootAsync
(cancellationToken);