PowerShell / PowerShell/PowerShellEditorServices

Introduce a new ModuleService for common module management operations

未关闭
#171 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

Issue-Enhancement
主要语言
C#
星标
767
派生
266
平均合并
3 天 16 小时
30 天内合并 PR
1

描述

I just implemented PowerShell Gallery module update logic for the PowerShell ISE Preview and realized that this behavior really should be made available to all editors which use Editor Services. I'd like to take the work @dfinke did for PowerShell Gallery module installation and put it together with my module update checking logic to make a new ModuleService which has the following features:

  • List and install modules from the PowerShell Gallery (and any other registered repository)
  • Check for, get notified about, and install modules that have new updates
  • Publish a module to the PowerShell Gallery (generally used for publishing a module from the current workspace path)

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先查看 @dfinke 在 PowerShell Gallery 中进行模块安装的工作,以及 issue 中引用的 PowerShell ISE Preview 模块更新逻辑。将这些现有行为与提议的共享 ModuleService 进行比较。当该服务支持通过已注册的存储库列出、安装、检查更新并发送通知、更新和发布模块时,即视为完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
csharp, powershell
领域
backend-api-design, devtools
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
基本清楚
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。