JustinGrote / JustinGrote/ModuleFast
-Path and -Specification should be usable together to override prereleases
- 主要语言
- C#
- 星标
- 151
- 派生
- 11
- PR 合并指标
- 30 天内没有已合并 PR
描述
### Story
```
As a ModuleFast user, I want to be able to install *specific* prerelease versions of some of my requirements that might be in a #Requires .ps1 or .psd1 manifest
```
the `#Requires` and `ModuleRequires` do not support prerelease versions to be defined. Currently `-PreRelease` can be used as a blunt hammer, but we should support specifying -Specifications that take precedence over what is in the #Requires file
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start by tracing how ModuleFast handles -Path, -Specification, and -PreRelease alongside #Requires and ModuleRequires manifests. Determine where requirement precedence is resolved and define the behavior for a specific prerelease override. Done means a -Specification can select a prerelease version for an individual requirement without requiring the blunt -PreRelease option.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp
- 领域
- cli, tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100