Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Group-Object output using interpolated strings #20745

Merged
merged 4 commits into from
Nov 30, 2023

Commits on Nov 21, 2023

  1. Fix regression in PowerShell#20608.

    Fixes regression from PowerShell#20608 which mixed up use of `StringBuilder.AppendFormat` and interpolated strings, thereby passing the actual value to be formatted as the format string.
    
    Fixes PowerShell#20711.
    mawosoft committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9665ea5 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Test added.

    mawosoft committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6ee5a25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ce2d24 View commit details
    Browse the repository at this point in the history
  3. Apply suggestion from code review

    Co-authored-by: Ilya <darpa@yandex.ru>
    mawosoft and iSazonov committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    be5727d View commit details
    Browse the repository at this point in the history