PowerShell / PowerShell/PSScriptAnalyzer
Accept `[ScriptBlock]` for `-ScriptDefinition`
未關閉
還沒有人認領這個 Issue。
Issue - Enhancement
- 主要語言
- C#
- 星號
- 2.2k
- 分支
- 415
- 平均合併
- 13 小時 1 分鐘
- 30 天內合併 PR
- 2
描述
Summary of the new feature
[ScriptBlock]s might contain both single and double quotes therefore it would makes sense to accept a ScriptBlock for the -ScriptDefinition parameter so that it isn't necessarily to replace either the single quotes or double quotes in e.g. (Pester) test scenario's.
Proposed technical implementation details (optional)
Invoke-ScriptAnalyzer -ScriptDefinition { Write-Host 'Test:' "$Test" }
(Workaround)
Invoke-ScriptAnalyzer -ScriptDefinition { Write-Host 'Test:' "$Test" }.ToString()
What is the latest version of PSScriptAnalyzer at the point of writing
1.21.0
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先定位 Invoke-ScriptAnalyzer 的 -ScriptDefinition 選項的參數定義和處理邏輯。將現有的 String 行為與提議的 ScriptBlock 範例進行比較,然後驗證帶引號的內容無需要求 ToString() 即可接受,同時仍支援現有用法。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- powershell
- 領域
- devtools
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100