PowerShell / PowerShell/PSResourceGet

`Update-PSModuleManifest` causes `PSAvoidTrailingWhitespace`

オープン
#2,017 コメント 2 件 リアクション 0 件 担当者 1 名 GitHub で見る

@alerickson がすでに取り組んでいます。

2026年8月6日 から。

主要言語
C#
スター
576
フォーク
114
平均マージ
1日 2時間
マージ済み PR(30日)
7

説明

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

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。