PowerShell / PowerShell/PSScriptAnalyzer
Need Warning for Partial Parameters
Open
Nobody has claimed this yet.
Issue - New Rule
Up-for-Grabs
- Dominant language
- C#
- Stars
- 2.2k
- Forks
- 414
- Avg merge
- 13h 1m
- Merged PRs (30d)
- 2
Description
PSScriptAnalyzer needs to warn Partial Parameters in the Script
Get-Service -N AdobeARMservice
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Get-Service -N AdobeARMservice example and trace how PSScriptAnalyzer currently handles abbreviated parameters. Determine the expected warning behavior for partial parameters, then verify that analysis reports a warning for this script without incorrectly rejecting valid full parameter names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, powershell
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100