2 implementations of GetMyAuthorIdAsync
Microsoft.DotNet.VersionTools (2)
Automation\GitHubApi\GitHubClient.cs (1)
418public Task<string> GetMyAuthorIdAsync() => Task.FromResult(Auth.User);
Automation\VstsApi\VstsAdapterClient.cs (1)
370public async Task<string> GetMyAuthorIdAsync()
1 reference to GetMyAuthorIdAsync
Microsoft.DotNet.VersionTools (1)
Automation\PullRequestCreator.cs (1)
82string myAuthorId = await client.GetMyAuthorIdAsync();