This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
src/GitHub.InlineReviews/Services Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 88using System . Text ;
99using System . Threading . Tasks ;
1010using GitHub . Api ;
11- using GitHub . App . Services ;
1211using GitHub . Factories ;
1312using GitHub . InlineReviews . Models ;
1413using GitHub . Models ;
1817using LibGit2Sharp ;
1918using Microsoft . VisualStudio . Text ;
2019using Microsoft . VisualStudio . Text . Projection ;
21- using Octokit ;
2220using Octokit . GraphQL ;
23- using Octokit . GraphQL . Core ;
2421using Octokit . GraphQL . Model ;
2522using ReactiveUI ;
2623using Serilog ;
2724using PullRequestReviewEvent = Octokit . PullRequestReviewEvent ;
2825using static Octokit . GraphQL . Variable ;
29- using CheckAnnotationLevel = GitHub . Models . CheckAnnotationLevel ;
30- using CheckConclusionState = GitHub . Models . CheckConclusionState ;
31- using CheckStatusState = GitHub . Models . CheckStatusState ;
3226using DraftPullRequestReviewComment = Octokit . GraphQL . Model . DraftPullRequestReviewComment ;
3327using FileMode = System . IO . FileMode ;
3428using NotFoundException = LibGit2Sharp . NotFoundException ;
35- using PullRequestReviewState = Octokit . GraphQL . Model . PullRequestReviewState ;
36- using StatusState = GitHub . Models . StatusState ;
3729
3830// GraphQL DatabaseId field are marked as deprecated, but we need them for interop with REST.
3931#pragma warning disable CS0618
You can’t perform that action at this time.
0 commit comments