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
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
On current master, if I have the GitHub pane open and click the "Pull Requests" button I get:
System.ObjectDisposedException occurred
HResult=-2146232798
Message=Cannot access a disposed object.
ObjectName=""
Source=System.Reactive.Linq
StackTrace:
at System.Reactive.Subjects.ReplaySubject`1.ReplayBufferBase.CheckDisposed()
at System.Reactive.Subjects.ReplaySubject`1.ReplayBufferBase.OnCompleted()
at System.Reactive.Subjects.ReplaySubject`1.OnCompleted()
at GitHub.Collections.TrackingCollection`1.<Listen>b__36_2() in D:\projects\VisualStudio\src\GitHub.Exports.Reactive\Collections\TrackingCollection.cs:line 303
InnerException:
It doesn't happen every time. If it doesn't, close the pane and try again, or try restarting VS. After a few tries it should throw.