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
fix: crashes when trying to close a repository with a action that is still running (#2289)
- It's not necessary to implement `IDisposable` interface for class that only contains managed resources
- Do not clear fields of `Repository` and let system GC handle it
Signed-off-by: leo <longshuang@msn.cn>
0 commit comments