PowerShell / PowerShell/PSScriptAnalyzer
Provide an asynchronous API
未關閉
還沒有人認領這個 Issue。
Consider - 2.0
- 主要語言
- C#
- 星號
- 2.2k
- 分支
- 415
- 平均合併
- 13 小時 1 分鐘
- 30 天內合併 PR
- 2
描述
PSSA2 should provide an API set that allows hosts to run PSSA asynchronously.
This includes:
- A set of asynchronous methods to run analysis, with cancellation token support
- A new rule executor that provides an asynchronous run strategy, including for non-threadsafe rules
- An asynchronous rule API for rules wishing to implement their own asynchronous methods
- It should be possible to implement an asynchronous and synchronous rule in the same class
- An asynchronous harness for running synchronous rules with a minimum of overhead
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先找出現有的分析入口、規則執行器、規則 API 和同步 harness;issue 未指定任何檔案或測試。完成的標準是:主機可以在支援取消的情況下非同步執行分析,非執行緒安全的規則具有非同步策略,規則可以提供非同步和同步方法,並且同步規則可以透過非同步 harness 執行。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- csharp, powershell
- 領域
- api, tooling
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100