PowerShell / PowerShell/PSResourceGet

`Update-PSModuleManifest` causes `PSAvoidTrailingWhitespace`

Aperta
#2,017 2 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@alerickson ci sta già lavorando.

Dal 6/8/2026.

Lingua principale
C#
Stelle
576
Fork
114
Merge medio
1g 2h
PR unite (30g)
7

Descrizione

Prerequisites
  • Write a descriptive title.
  • Make sure you are able to repro it on the latest released version
  • Search the existing issues.
Steps to reproduce

When updating the module manifest with items that do not fit on a single line, the Update-PSModuleManifest leaves a trailing whitespace behind the comma.

New-ModuleManifest -Path ModuleManifest.psd1
Update-PSModuleManifest -Path ModuleManifest.psd1 -FunctionsToExport @(
  "Compress-PSResource",
  "Find-PSResource",
  "Get-InstalledPSResource",
  "Get-PSResourceRepository",
  "Get-PSScriptFileInfo",
  "Import-PSGetRepository",
  "Install-PSResource",
  "New-PSScriptFileInfo",
  "Publish-PSResource",
  "Register-PSResourceRepository",
  "Reset-PSResourceRepository",
  "Save-PSResource",
  "Set-PSResourceRepository",
  "Test-PSScriptFileInfo",
  "Uninstall-PSResource",
  "Unregister-PSResourceRepository",
  "Update-PSModuleManifest",
  "Update-PSResource",
  "Update-PSScriptFileInfo"
)
Invoke-ScriptAnalyzer ModuleManifest.psd1 | Should -be NullOrEmpty
Expected behavior
No analyzer violations
Actual behavior
InvalidResult:
Line |
   1 | Invoke-ScriptAnalyzer ModuleManifest.psd1 | Should -be NullOrEmpty
     | Expected 'NullOrEmpty', but got @(Line has trailing whitespace, Line has trailing whitespace, Line has
     | trailing whitespace, Line has trailing whitespace, Line has trailing whitespace, Line has trailing
     | whitespace, Line has trailing whitespace, Line has trailing whitespace).
Error details

Environment data
ModuleType Version    PreRelease Name                                ExportedCommands
---------- -------    ---------- ----                                ----------------
Binary     1.2.0                 Microsoft.PowerShell.PSResourceGet  {Compress-PSResource, Find-PSResource, Get-In…

Name                           Value
----                           -----
PSVersion                      7.6.4
PSEdition                      Core
GitCommitId                    7.6.4
OS                             Microsoft Windows 10.0.26100
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.4
SerializationVersion           1.1.0.1
WSManStackVersion              3.0
Visuals

No response

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.