commandlineparser / commandlineparser/commandline
Why does ParserSettings implement IDisposable?
未關閉
- 主要語言
- C#
- 星號
- 4.8k
- 分支
- 478
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Why does `ParserSettings` implement `IDisposable` while it disposes of nothing?
Is that because it [used to dispose of `HelpWriter`](https://github.com/commandlineparser/commandline/commit/c75a69abadd02daf984fb63e4256e3e4714d8345#diff-00a389261204bf2e245786d84442cfacR181) and you are not able to get rid of the interface without breaking the API?
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
首先檢查 ParserSettings,以及顯示其過去釋放 HelpWriter 的相關歷史 commit。追蹤公共 API 的使用情況,以確定移除 IDisposable 是否會破壞相容性。完成的標準是記錄相容性決策,並在確有必要時定義一項具體的後續變更。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- csharp
- 領域
- cli
- Issue 類型
- 重構
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100