activescott / activescott/lessmsi
Allow extraction to continue on error
- 主要語言
- C#
- 星號
- 1.8k
- 分支
- 188
- PR 合併指標
- 30 天內沒有已合併 PR
描述
In recent issues where extraction fails on a single file, it is kind of unfortunate that the user cannot keep at least keep some of the files that were extracted successfully and allow the extraction to attempt to continue. So allow the user to choose whether extraction should continue.
Things this enhancement should ensure:
- [ ] Prompt the user to allow them to abort or continue extraction.
- [ ] Ignore all - Don't force the user to click "continue" on every single file as many may fail. Let them tell the app to ignore all other errors.
- [ ] At the end of the extraction, if errors did occur:
- [ ] inform the user again with more detail about what files failed.
- [ ] Encourage them to report the errors to https://github.com/activescott/lessmsi/issues
- [ ] Do it in GUI
- [ ] Do it in CLI
貢獻指南
研究方向
Start by finding where the extractor runs and where per-file errors are handled in both the CLI path and the GUI flow. Add logic for one prompt with an ignore-all option so processing continues after failures and collect failed file names during extraction. Validate both interfaces show a final summary of failed files and ask users to report details to the project issues. Use a sample MSI with failing files to confirm successful files are still extracted.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- csharp
- 領域
- cli, desktop-dev, tooling
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100