PowerShell / PowerShell/PSScriptAnalyzer
Parameters that accept wildcards do not have the SupportsWildcards attribute
未關閉
還沒有人認領這個 Issue。
Area - Engine
Issue - Enhancement
- 主要語言
- C#
- 星號
- 2.2k
- 分支
- 415
- 平均合併
- 13 小時 1 分鐘
- 30 天內合併 PR
- 2
描述
The following cmdlets have the listed parameters that support wildcards. However, those parameters to do have the [SupportsWildcards()] attribute. This makes discovery of wildcard support impossible. PlatyPS cannot create accurate documentation.
Get-ScriptAnalyzerRule
- CustomRulePath
- Name
Invoke-ScriptAnalyzer
- CustomRulePath
- ExcludeRule
- IncludeRule
- Path
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
找出 Get-ScriptAnalyzerRule 和 Invoke-ScriptAnalyzer 的參數宣告,然後檢查 PlatyPS 如何探索萬用字元支援。驗證列出的參數,並確認產生的文件揭露了它們的萬用字元功能。當所有列出的參數都針對萬用字元探索獲得準確呈現時,即表示完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- csharp, powershell
- 領域
- documentation, tooling
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100