Prerequisites
Steps to reproduce
Write-Host -NoNewline -BackgroundColor "green" -ForegroundColor 'Yellow' -Object ${Message}
The foreground is not yellow!
Expected behavior
a yellow foreground color
Actual behavior
Error details
Environment data
Name Value
---- -----
PSVersion 7.4.6
PSEdition Core
GitCommitId 7.4.6
OS Microsoft Windows 10.0.20348
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Visuals
No response
Prerequisites
Steps to reproduce
Write-Host -NoNewline -BackgroundColor "green" -ForegroundColor 'Yellow' -Object ${Message}
The foreground is not yellow!
Expected behavior
a yellow foreground colorActual behavior
a black foreground colorError details
there is no error at allEnvironment data
Visuals
No response