PowerShell / PowerShell/PowerShellEditorServices

Ensure errors in unawaited Tasks are caught with ContinueWith

未关闭
#1,425 1 条评论 2 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

Area-Logging Issue-Enhancement
主要语言
C#
星标
767
派生
266
平均合并
3 天 16 小时
30 天内合并 PR
1

描述

Right now there are a bunch of tasks we fire off in PSES that are never awaited, meaning any errors thrown by those tasks are never handled or even logged. We need to add continuation handlers to those tasks to ensure we know about all failures occurring in PSES.

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

该 issue 提到了 PSES,但没有指出文件、测试或任务入口点。首先定位 PowerShell Editor Services 中未 await 的任务,并检查当前如何处理它们的失败。完成的标准是这些任务具有 ContinueWith 处理程序,从而使失败得到处理或记录。

由索引模型根据 Issue 内容生成。

评估

技术栈
csharp, powershell
领域
devtools
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。