ActuatorDigital / ActuatorDigital/Flume

Call Dispose on IDispose Services held by ServiceRegister

未關閉
#5 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
C#
星號
5
分支
1
PR 合併指標
30 天內沒有已合併 PR

描述

The ServiceRegister is IDisposable, simply calls clear on it's dictionary of services. If those services are considered owned by the ServiceRegister it should be chain calling Dispose on any services in that container before clearing. It seems reasonable and convenient to assume as much in many cases.

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

Start by locating ServiceRegister and reading its IDisposable implementation, especially the dictionary clearing described in the issue. Determine whether contained services are owned by it and how IDisposable services are represented. Done means owned IDisposable services are disposed before the dictionary is cleared, with the project tests passing.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
csharp, unity
領域
game-dev
Issue 類型
功能
難度
3/5
預估耗時
1-2 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。