Fix `IDE0049` in `System.Management.Automation`. Part 2 by xtqqczze · Pull Request #27378 · PowerShell/PowerShell
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Conversation
Copilot AI review requested due to automatic review settings
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.MaxValuewithint.MaxValueinHelpCommentsParser.GetCommentBlock.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters