5 instantiations of GitHubAuth
Microsoft.DotNet.VersionTools.Tasks (5)
BaseDependenciesTask.cs (1)
70
auth = new
GitHubAuth
(GitHubAuthToken, GitHubUser);
LocalUpdatePublishedVersions.cs (1)
53
updater.GitHubAuth = new
GitHubAuth
(GitHubAuthToken, GitHubUser);
SubmitPullRequest.cs (1)
142
var auth = new
GitHubAuth
(
UpdatePublishedVersions.cs (1)
41
var gitHubAuth = new
GitHubAuth
(GitHubAuthToken, GitHubUser, GitHubEmail);
UpdateToRemoteDependencies.cs (1)
37
auth = new
GitHubAuth
(GitHubAuthToken, GitHubUser);
17 references to GitHubAuth
Microsoft.DotNet.VersionTools (13)
Automation\GitHubApi\GitHubClient.cs (2)
50
public
GitHubAuth
Auth { get; }
52
public GitHubClient(
GitHubAuth
auth)
Automation\GitHubApi\IGitHubClient.cs (1)
11
GitHubAuth
Auth { get; }
Automation\GitHubVersionsRepoUpdater.cs (3)
19
private
GitHubAuth
_gitHubAuth;
24
GitHubAuth
gitHubAuth,
34
public GitHubVersionsRepoUpdater(
GitHubAuth
gitHubAuth, GitHubProject project, INupkgInfoFactory nupkgInfoFactory) : base(nupkgInfoFactory)
Automation\LocalVersionsRepoUpdater.cs (1)
17
public
GitHubAuth
GitHubAuth { get; set; }
Automation\PullRequestCreator.cs (2)
19
private
GitHubAuth
_auth;
24
GitHubAuth
auth,
Automation\VersionsRepoUpdaterFactory.cs (2)
8
GitHubVersionsRepoUpdater CreateGitHubVersionsRepoUpdater(
GitHubAuth
gitHubAuth, string versionsRepoOwner = null, string versionsRepo = null);
21
public GitHubVersionsRepoUpdater CreateGitHubVersionsRepoUpdater(
GitHubAuth
gitHubAuth, string versionsRepoOwner = null, string versionsRepo = null)
Automation\VstsApi\VstsAdapterClient.cs (2)
38
public
GitHubAuth
Auth { get; }
46
GitHubAuth
auth,
Microsoft.DotNet.VersionTools.Tasks (4)
BaseDependenciesTask.cs (1)
67
GitHubAuth
auth = null;
SubmitPullRequest.cs (1)
142
var
auth = new GitHubAuth(
UpdatePublishedVersions.cs (1)
41
var
gitHubAuth = new GitHubAuth(GitHubAuthToken, GitHubUser, GitHubEmail);
UpdateToRemoteDependencies.cs (1)
26
GitHubAuth
auth = null;