Range operator (aka DotDot operator) with char operands in pipeline throws error · Issue #5519 · PowerShell/PowerShell

Steps to reproduce A'..'B' 'A'..'B' | ForEach-Object { $_ } Expected behavior A B Actual behavior Cannot convert value "A" to type "System.Int32". Error: "Input string was not in a correct format."...