microsoft / microsoft/PowerShell-FeatureFlags
Migrate code to C# or F#
まだ誰も着手していません。
- 主要言語
- PowerShell
- スター
- 24
- フォーク
- 13
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、既存の PowerShell cmdlet と、その dotnet のビルドおよび公開ワークフローに使用されているアドホックなスクリプトを確認します。C# または F# による実装を、現在のアセンブリ読み込みアプローチと比較します。完了の条件は、cmdlet が移行され、明記されているソース処理と JSON アセンブリ読み込みの問題が解決されていることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- csharp, fsharp, powershell
- 領域
- build-system, cli
- issue の種類
- リファクタリング
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100