You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is quite easy to infer types from, and the same is true for the conversion expression to
[pscustomobject] @{
Name = "Staffan",
Size = 3
}
The same mechanisms that is needed to support synthetic PSTypeNames could also be used to provide type inference for Select-Object -Property and the Group and Value propererties of the output of Group-Object
Constructs like
is quite easy to infer types from, and the same is true for the conversion expression to
The same mechanisms that is needed to support synthetic
PSTypeNames could also be used to provide type inference forSelect-Object -Propertyand theGroupandValuepropererties of the output ofGroup-ObjectNone of this is supported as of 6.1-preview 3.