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