microsoft / microsoft/PowerShell-FeatureFlags
Migrate code to C# or F#
还没有人认领这个 Issue。
- 主要语言
- 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 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查现有的 PowerShell cmdlet,以及用于其 dotnet 构建和发布工作流的临时脚本。将 C# 或 F# 实现与当前的程序集加载方式进行比较;完成的标准是 cmdlet 已完成迁移,并且已解决所述的源代码处理问题和 JSON 程序集加载问题。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp, fsharp, powershell
- 领域
- build-system, cli
- Issue 类型
- 重构
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100