PowerShell / PowerShell/PowerShellEditorServices
Watch evaluation sometimes ignores intermediate members
Open
@andyleejordan is already working on this.
Since Jun 2, 2022.
Area-Debugging
Issue-Bug
- Dominant language
- C#
- Stars
- 767
- Forks
- 266
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 1
Description
$Role = [pscustomobject]@{
DisplayName = 'thing'
accessPackageResourceScopes = [pscustomobject]@{
DisplayName = 'nestedthing'
}
}
$Role
Wait-Debugger

The latter watch expression should return null
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.