Title: Write-Host renders `IDictionary` inconsistently depending on if the value is piped in · Issue #24671 · PowerShell/PowerShell · GitHub
Open Graph Title: Write-Host renders `IDictionary` inconsistently depending on if the value is piped in · Issue #24671 · PowerShell/PowerShell
X Title: Write-Host renders `IDictionary` inconsistently depending on if the value is piped in · Issue #24671 · PowerShell/PowerShell
Description: Prerequisites Write a descriptive title. Make sure you are able to repro it on the latest released version Search the existing issues. Refer to the FAQ. Refer to Differences between Windows PowerShell 5.1 and PowerShell. Steps to reprodu...
Open Graph Description: Prerequisites Write a descriptive title. Make sure you are able to repro it on the latest released version Search the existing issues. Refer to the FAQ. Refer to Differences between Windows PowerSh...
X Description: Prerequisites Write a descriptive title. Make sure you are able to repro it on the latest released version Search the existing issues. Refer to the FAQ. Refer to Differences between Windows PowerSh...
Opengraph URL: https://github.com/PowerShell/PowerShell/issues/24671
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Write-Host renders `IDictionary` inconsistently depending on if the value is piped in","articleBody":"### Prerequisites\n\n- [X] Write a descriptive title.\n- [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)\n- [X] Search the existing issues.\n- [X] Refer to the [FAQ](https://github.com/PowerShell/PowerShell/blob/master/docs/FAQ.md).\n- [X] Refer to [Differences between Windows PowerShell 5.1 and PowerShell](https://learn.microsoft.com/powershell/scripting/whats-new/differences-from-windows-powershell).\n\n### Steps to reproduce\n\n`Write-Host` renders an instance of `Dictionary` inconsistently depending on how the value is passed in: `Write-Host $d` vs. `$d | Write-Host`.\r\n\r\n```powershell\r\n$d = [System.Collections.Generic.Dictionary[string,string]]::new()\r\n$d.Add('abc', 'def')\r\n$d.Add('hhh', 'nnn')\r\n\r\nWrite-Host $d\r\n\u003e [abc, def] [hhh, nnn]\r\n\r\n$d | Write-Host\r\n\u003e System.Collections.Generic.Dictionary`2[System.String,System.String]\r\n```\n\n### Expected behavior\n\n```console\nThe rendering result should be consistent.\n```\n\n\n### Actual behavior\n\n```console\n## Not consistent.\r\n\r\nWrite-Host $d\r\n\u003e [abc, def] [hhh, nnn]\r\n\r\n$d | Write-Host\r\n\u003e System.Collections.Generic.Dictionary`2[System.String,System.String]\n```\n\n\n### Error details\n\n```console\nN/A\n```\n\n\n### Environment data\n\n```powershell\nName Value\r\n---- -----\r\nPSVersion 7.4.6\r\nPSEdition Core\r\nGitCommitId 7.4.6\r\nOS Microsoft Windows 10.0.26100\r\nPlatform Win32NT\r\nPSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}\r\nPSRemotingProtocolVersion 2.3\r\nSerializationVersion 1.1.0.1\r\nWSManStackVersion 3.0\n```\n\n\n### Visuals\n\n_No response_","author":{"url":"https://github.com/daxian-dbw","@type":"Person","name":"daxian-dbw"},"datePublished":"2024-12-12T23:24:48.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/24671/PowerShell/issues/24671"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:abcd1fd0-3611-afdd-2964-f8446347ce55 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | D46C:214BDE:C4FA32:1047989:6A5BB545 |
| html-safe-nonce | 64e42f0594c2ea766f662ca8f4a425e13e9f01af127aa01e5d8357e85e36908a |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENDZDOjIxNEJERTpDNEZBMzI6MTA0Nzk4OTo2QTVCQjU0NSIsInZpc2l0b3JfaWQiOiIyMDY1OTQzNDIwNzkxOTI4MTMzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 21be1a553aeba55cd52073a0205c976ed2426cb65787fb309d8bad67d0cc2a09 |
| hovercard-subject-tag | issue:2737062640 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/PowerShell/PowerShell/24671/issue_layout |
| twitter:image | https://opengraph.githubassets.com/87bd313dfb7e24e6f3354f8d06878a77bfac5ff7f54f7cf46a4435da9741bffd/PowerShell/PowerShell/issues/24671 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/87bd313dfb7e24e6f3354f8d06878a77bfac5ff7f54f7cf46a4435da9741bffd/PowerShell/PowerShell/issues/24671 |
| og:image:alt | Prerequisites Write a descriptive title. Make sure you are able to repro it on the latest released version Search the existing issues. Refer to the FAQ. Refer to Differences between Windows PowerSh... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | daxian-dbw |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b |
| turbo-cache-control | no-preview |
| go-import | github.com/PowerShell/PowerShell git https://github.com/PowerShell/PowerShell.git |
| octolytics-dimension-user_id | 11524380 |
| octolytics-dimension-user_login | PowerShell |
| octolytics-dimension-repository_id | 49609581 |
| octolytics-dimension-repository_nwo | PowerShell/PowerShell |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 49609581 |
| octolytics-dimension-repository_network_root_nwo | PowerShell/PowerShell |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 9c975978430e9ad293956f2bbdaf153b1bd84a99 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width