Skip to content

Watch evaluation sometimes ignores intermediate members #1706

Open
@JustinGrote

Description

@JustinGrote
 $Role = [pscustomobject]@{
   DisplayName                 = 'thing'
   accessPackageResourceScopes = [pscustomobject]@{ 
     DisplayName = 'nestedthing'
   }
 }
 
 $Role
 Wait-Debugger

image

The latter watch expression should return null

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions