-
Notifications
You must be signed in to change notification settings - Fork 269
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
The error's stack trace is as follows:
System.ArgumentException: An item with the same key has already been added. Key: 3860c9c6a47ee6d80e30577d7eedc29a1fb4fb1c
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at SourceGit.Views.CommitMessagePresenter.<>c__DisplayClass15_2.<ProcessHoverCommitLink>b__1() in D:\study\github\sourcegit\src\Views\CommitMessagePresenter.cs:line 299
at Avalonia.Threading.DispatcherOperation.InvokeCore()
I think it may be caused by asynchronous operation in function ProcessHoverCommitLink
.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working