Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

Generic method type parameter support

未關閉
#212 0 則留言 1 個 reaction 已指派 2 人 在 GitHub 檢視

@andyleejordan 已經在處理了。

開始於 2026年8月6日。

評估

這個 Issue 還沒有評估資料。

描述

PR https://github.com/PowerShell/PowerShell/pull/12412#issuecomment-1023470022 introduced support for supplying type parameters to generic methods, e.g.:

[Array]::Empty[int]()

While it kind of looks like it's already working ([int] is being highlighted the same way as [Array]) we should check for any edge cases and probably add some tests.

主要語言
PowerShell
星號
151
分支
55
PR 合併指標
30 天內沒有已合併 PR

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

PowerShell/EditorSyntax 的其他 Issue

查看 PowerShell/EditorSyntax 的全部 Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。