6 references to GitHubClient
Microsoft.DotNet.VersionTools (3)
Automation\GitHubVersionsRepoUpdater.cs (1)
74
using (GitHubClient client = new
GitHubClient
(_gitHubAuth))
Automation\LocalVersionsRepoUpdater.cs (1)
57
using (var client = new
GitHubClient
(GitHubAuth))
Automation\PullRequestCreator.cs (1)
45
using (var client = new
GitHubClient
(_auth))
Microsoft.DotNet.VersionTools.Tasks (3)
BaseDependenciesTask.cs (1)
73
using (GitHubClient = new
GitHubClient
(auth))
SubmitPullRequest.cs (1)
151
return new
GitHubClient
(auth);
UpdateToRemoteDependencies.cs (1)
40
using (var client = new
GitHubClient
(auth))