◐ Shell
clean mode source ↗

Fix `IDE0049` in `System.Management.Automation`. Part 2 by xtqqczze · Pull Request #27378 · PowerShell/PowerShell

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

Copilot AI review requested due to automatic review settings

April 29, 2026 12:59

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates System.Management.Automation to comply with IDE0049 style guidance by using C# language keywords instead of framework type names.

Changes:

  • Replaced Int32.MaxValue with int.MaxValue in HelpCommentsParser.GetCommentBlock.

daxian-dbw

JustinGrote pushed a commit to JustinGrote/PowerShell that referenced this pull request

Jun 2, 2026

Labels

CL-CodeCleanup

Indicates that a PR should be marked as a Code Cleanup change in the Change Log

3 participants

@xtqqczze @daxian-dbw