?. operator fails on Linux 7.0.3 but works on Windows 7.0.3
See original GitHub issueWith 7.0.3 the ?. operator works on Windows but not Linux.
Steps to reproduce
$test = @{ field = 'value' }
${test}?.field
Expected behavior
value
Actual behavior
ParserError: You must provide a value expression following the '?' operator.
Environment data
Name Value
---- -----
PSVersion 7.0.3
PSEdition Core
GitCommitId 7.0.3
OS Linux 4.4.0-18362-Microsoft #836-Microsoft Mon May 05 16:04:00 PST 2020
Platform Unix
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
7.0.3 on linux woes -- or is it just me? - KiCad.info Forums
I moved the file I was editing in 7.0.3 on linux (that crashed when I went to update pcb) to a win system...
Read more >vSphere 7.0 Update 3 Known Issues - Workarounds & Fix ...
This issue is resolved in ESXi 7.0 Update 3c. Enabling vSphere HA might fail or never complete on hosts that were upgraded to...
Read more >Troubleshoot app launch failures
Learn about common reasons for app launch failures and possible solutions.
Read more >VMware ESXi 7.0 Update 3l Release Notes
This problem can occur when vCenter manages multiple clusters, and the vCenter VM runs on one of the clusters. If you shut down...
Read more >6-68796-05 Rev. B StorNext 7.0.3 Release Notes
Fixed Issues and Enhancements Addressed in StorNext 7.0.3. 5. Supported StorNext Upgrade Paths ... Metadata restore failed but the problem went unnoticed.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

You need to enable this experimental feature in 7.0.3:
Just an FYI
This experimental feature seems already included in 7.1.0-Preview.6.
😃