github / VisualStudio

GitHub Extension for Visual Studio
https://visualstudio.github.com
MIT License
2.37k stars 1.21k forks source link

can not load gitlab project #2643

Open shenglingshi opened 2 years ago

shenglingshi commented 2 years ago

Versions

Screenshots

image

Logs

2021-11-05 16:07:37.393 [26508] EROR [37] GitHubServiceProvider Error loading GitHub.Services.IConnectionManager System.InvalidOperationException: 由于存在死锁的高风险,不能从 AsyncPackage 派生类中的后台线程调用 GetService。应改为调用 GetServiceAsyn (无需在产生的“任务”对象上调用“结果”或“等待”)或在调用 GetService 之前使用 JoinableTaskFactory.SwitchToMainThreadAsync 方法切换到 UI 线程。 在 Microsoft.VisualStudio.Shell.AsyncPackage.GetService(Type serviceType) 在 Microsoft.VisualStudio.Shell.Package.System.IServiceProvider.GetService(Type serviceType) 在 GitHub.VisualStudio.GitHubServiceProvider.TryGetService(Type serviceType)