2 implementations of PostCommentAsync
Microsoft.DotNet.VersionTools (2)
Automation\GitHubApi\GitHubClient.cs (1)
274public async Task PostCommentAsync(GitHubProject project, int issueNumber, string message)
Automation\VstsApi\VstsAdapterClient.cs (1)
252public async Task PostCommentAsync(GitHubProject project, int issueNumber, string message)
2 references to PostCommentAsync
Microsoft.DotNet.VersionTools (2)
Automation\PullRequestCreator.cs (2)
133await client.PostCommentAsync(upstream, pullRequestToUpdate.Number, comment); 213await client.PostCommentAsync(