Migrate code to C# or F#

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

還沒有人認領這個 Issue。

評估

難度
5/5
預估耗時
一週以上
新手友好度
25/100
Issue 類型
重構
描述清晰度
需要釐清
活躍度
停滯
技術堆疊
csharp, fsharp, powershell
領域
build-system, cli

研究方向

首先檢視現有的 PowerShell cmdlet,以及用於其 dotnet 建置與發佈工作流程的臨時指令碼。將 C# 或 F# 實作與目前的組件載入方式進行比較;完成的條件是 cmdlet 已完成移轉,且已解決所述的原始碼處理與 JSON 組件載入問題。

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

描述

enhancement

The PowerShell code works, but at this point it might be better to implement the cmdlet in pure C#.

This should buy us some more advantages, as the dotnet tool seems to not support very well the PowerShell sources, treating them more as resources than as source files, and requiring us to write ad-hoc scripts to do the "build" and publishing of the code.

This would also remove the ugly part of the code where we try to find the JSON and JSON Schema DLLs and load assemblies directly from those files.

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

貢獻指南

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

從這裡開始

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

microsoft/PowerShell-FeatureFlags 的其他 Issue

查看 microsoft/PowerShell-FeatureFlags 的全部 Issue

相似的 Issue

更多 Build System Issue

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

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