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

`VerbAttribute` has unnecessary breaking changes between 2.8.0 and 2.9.1

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

還沒有人認領這個 Issue。

評估

難度
3/5
預估耗時
1-2 天
新手友好度
35/100
Issue 類型
缺陷
描述清晰度
基本清楚
活躍度
停滯
技術堆疊
csharp
領域
cli

研究方向

先在 C# 專案中找出 VerbAttribute 建構函式,並在不重新建置可執行檔的情況下,重現從 CommandLineParser 2.8.0 升級至 2.9.1 的已回報問題。檢查 VerbAttribute 或組件相容性相關的現有測試,然後確保針對這兩個版本建置的組件都能搭配較新的套件執行,而不會發生已回報的建構函式錯誤。

由索引模型根據 Issue 內容生成。

描述

Describe the bug
VerbAttribute's constructor signature has changed between 2.8.0 and 2.9.1. There is a default value for the new alias parameter, so recompilation of the same source code is possible without error. However, upgrading without rebuilding is not possible.

To Reproduce
Steps to reproduce the behavior:

  1. Create an exe depending on CommandLineParser 2.8.0 that uses VerbAttribute
  2. Replace CommandLineParser 2.8.0 with CommandLineParser 2.9.1 in the bin folder
  3. Execute the exe
  4. See error

Additional context
When having multiple exes in the same folder, all exes need to be rebuilt and updated simultaneously along with updating CommandLineParser in order to upgrade.

Reintroducing the 2.8.0 VerbAttribute constructor, (and possibly labeling it as obsolete), would allow assemblies built with version 2.8.0 and assemblies built with version 2.9.1 to both work with the new version (possibly requiring binding redirects).

主要語言
C#
星號
4.8k
分支
478
PR 合併指標
30 天內沒有已合併 PR

貢獻指南

這個儲存庫沒有索引到貢獻指南

從這裡開始

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

commandlineparser/commandline 的其他 Issue

查看 commandlineparser/commandline 的全部 Issue

相似的 Issue

更多 C# Issue

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

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