2 implementations of GetGitHubFileContentsAsync
Microsoft.DotNet.VersionTools (2)
Automation\GitHubApi\GitHubClient.cs (1)
95
public async Task<string>
GetGitHubFileContentsAsync
(
Automation\VstsApi\VstsAdapterClient.cs (1)
90
public async Task<string>
GetGitHubFileContentsAsync
(
4 references to GetGitHubFileContentsAsync
Microsoft.DotNet.VersionTools (2)
BuildManifest\BuildManifestClient.cs (2)
52
string contents = await _github.
GetGitHubFileContentsAsync
(
206
string 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))