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
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 11using System ;
2- using System . ComponentModel . Composition ;
32using System . Runtime . InteropServices ;
43using System . Threading ;
54using System . Threading . Tasks ;
87using GitHub . Extensions ;
98using GitHub . Info ;
109using GitHub . Logging ;
11- using GitHub . Models ;
1210using GitHub . Services ;
1311using GitHub . ViewModels . GitHubPane ;
1412using GitHub . VisualStudio . Menus ;
1513using GitHub . VisualStudio . UI ;
1614using Microsoft . VisualStudio ;
1715using Microsoft . VisualStudio . Shell ;
1816using Microsoft . VisualStudio . Shell . Interop ;
19- using Octokit ;
2017using Serilog ;
2118using Task = System . Threading . Tasks . Task ;
2219
@@ -92,16 +89,6 @@ async Task EnsurePackageLoaded(Guid packageGuid)
9289 }
9390 }
9491
95- [ Export ( typeof ( IGitHubClient ) ) ]
96- public class GHClient : GitHubClient
97- {
98- [ ImportingConstructor ]
99- public GHClient ( IProgram program )
100- : base ( program . ProductHeader )
101- {
102- }
103- }
104-
10592 [ PackageRegistration ( UseManagedResourcesOnly = true , AllowsBackgroundLoading = true ) ]
10693 [ ProvideService ( typeof ( ILoginManager ) , IsAsyncQueryable = true ) ]
10794 [ ProvideService ( typeof ( IMenuProvider ) , IsAsyncQueryable = true ) ]
You can’t perform that action at this time.
0 commit comments