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