PowerShell / PowerShell/PSResourceGet
"Find-Command" & "Install-Module" cmdlets should identify OS compatibility
まだ誰も着手していません。
- 主要言語
- C#
- スター
- 576
- フォーク
- 114
- 平均マージ
- 1日 2時間
- マージ済み PR(30日)
- 7
説明
From @MaximoTrinidad on September 28, 2016 13:29
Steps to reproduce
In Linux, using either Find-Command or Install-Module, will list all available (Windows and Linux).
Expected behavior
Install the module that can be executed Linux, as well as Windows.
It maybe a good idea to have these cmdlets check for the OS type before providing the list.
Actual behavior
A Module won't install because it need dependencies, or was built for Windows OS. Below, example has been addressed;
https://github.com/janegilring/PSVersion/issues/5

Environment data
Linux: Ubuntu 16.04.1 64bit
PS /home/maxt> $PSVersionTable
Name Value
---- -----
PSVersion 6.0.0-alpha
PSEdition Core
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 3.0.0.0
GitCommitId v6.0.0-alpha.10
CLRVersion
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Copied from original issue: PowerShell/PowerShell#2374
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Find-Command と Install-Module のエントリポイントから始め、Ubuntu 16.04 で問題を再現します。利用可能なモジュールの結果とインストールの依存関係がどのように選択されるかを確認します。完了条件は、Linux ユーザーに Windows 専用の依存関係を必要とするモジュールが提示されず、互換性のあるモジュールは引き続き利用できることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- csharp, powershell
- 領域
- operating-systems, tooling
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100