Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
VS crash with Null Reference Exception with GitHub extension installed #29
Comments
|
We also have a report on an issue like this, and it looks like the IGitExt service is returning null for ActiveRepositories after a while of using VS. Not sure this is the same issue, but looks similar. My internet isn't very good right now, can you post the stacktrace here? |
|
The mini dump did not have a StackTrace for some reason. The info I could gather is this: TargetSite {Microsoft.VisualStudio.TeamFoundation.Git.Extensibility.IGitRepositoryInfo b__0()} System.Reflection.MethodBase {System.Reflection.RuntimeMethodInfo} DeclaringType {Name = "TeamExplorerServiceHolder" FullName = "GitHub.VisualStudio.Base.TeamExplorerServiceHolder"} System.Type {System.RuntimeType} Source "GitHub.VisualStudio" |
|
Thanks, that helps |
|
I just hit what I assume is the same issue, when clicking the Manage Connections button on the TE toolbar. Dump is here, in case it has info not available in the one @prasethu uploaded. Here's the stack trace: at GitHub.VisualStudio.Base.TeamExplorerServiceHolder.b__0() in Y:\jenkins\workspace\GitHub for Visual Studio speakeasy jenkinskeep\src\GitHub.VisualStudio\Base\TeamExplorerServiceHolder.cs:line 128 |
|
@MTBandolier Thanks! That looks like the same issue as #23. It looks like the ActiveRepositories property returns null at some point, which is not something I would be expecting. I've done a new beta which hopefully resolves this issue, it's available from the releases page. |
|
Closed as dup of #23 |
|
Fix released in v1.0.12.1 (website and VS gallery) |
A customer reported consistent crashes with the GitHub extension installed. It's a null reference exception in TeamExplorerServiceHolder.
Here's the dump with more info:
https://onedrive.live.com/redir?resid=439D1CEA375857EE!42116&authkey=!AGcdg_F0wdUwlTg&ithint=file%2cdmp
The text was updated successfully, but these errors were encountered: