2 implementations of GetGitHubFileContentsAsync
Microsoft.DotNet.VersionTools (2)
Automation\GitHubApi\GitHubClient.cs (1)
95public async Task<string> GetGitHubFileContentsAsync(
Automation\VstsApi\VstsAdapterClient.cs (1)
90public async Task<string> GetGitHubFileContentsAsync(
4 references to GetGitHubFileContentsAsync
Microsoft.DotNet.VersionTools (2)
BuildManifest\BuildManifestClient.cs (2)
52string contents = await _github.GetGitHubFileContentsAsync( 206string contents = await _github.GetGitHubFileContentsAsync(
Microsoft.DotNet.VersionTools.Tests (2)
BuildManifest\BuildManifestClientTests.cs (2)
120.Setup(c => c.GetGitHubFileContentsAsync( 184.Setup(c => c.GetGitHubFileContentsAsync(It.IsAny<string>(), proj, fakeCommitHash))