You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a developer for Visual Studio, and I wanted to relay some info on a few VS Crashes that I believe to be resulting from this extension.
I don't have the symbols for VSGitBlame.dll, but I'm looking at an exception stack where WPF calls into it like this:
VSGitBlame!Unknown <- Exception coming from here
PresentationCore.ni!System.Windows.RoutedEventArgs.InvokeHandler
PresentationCore.ni!System.Windows.RoutedEventHandlerInfo.InvokeHandler
PresentationCore.ni!System.Windows.EventRoute.InvokeHandlersImpl
PresentationCore.ni!System.Windows.UIElement.ReRaiseEventAs
PresentationCore.ni!System.Windows.UIElement.OnMouseUpThunk
Where VS ultimately crashes.
It looks like it might be coming from this method, but could be somewhere else through something defined in xaml.
Happy coding!
Luke
The text was updated successfully, but these errors were encountered:
Hello,
I'm a developer for Visual Studio, and I wanted to relay some info on a few VS Crashes that I believe to be resulting from this extension.
I don't have the symbols for VSGitBlame.dll, but I'm looking at an exception stack where WPF calls into it like this:
Where VS ultimately crashes.
It looks like it might be coming from this method, but could be somewhere else through something defined in xaml.
Happy coding!
Luke
The text was updated successfully, but these errors were encountered: