commandlineparser / commandlineparser/commandline
conflict with system.commandline
- 主要語言
- C#
- 星號
- 4.8k
- 分支
- 478
- PR 合併指標
- 30 天內沒有已合併 PR
描述
In F#, I see regular issues where the compiler is trying to use System.CommandLine.
When you do 'open CommandLine', you get this warning:
`This declaration opens the namespace or module 'System.CommandLine' through a partially qualified path. Adjust this code to use the full path of the namespace. This change will make your code more robust as new constructs are added to the F# and CLI libraries.`
This means that you cannot open the System lib in the same file and this is annoying because it is pretty much the most commonly included lib in the whole dotnet ecosystem.
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
該 issue 沒有指定原始檔案或測試;先使用 F# 範例 `open CommandLine` 重現警告,並檢查專案的 F# 支援入口點。當 namespace 衝突不再產生此警告,且仍可存取 System 程式庫時,即表示完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- csharp, fsharp
- 領域
- cli
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 35/100