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
Ideally we should use HashtableAst.SafeGetValue() but that API is available only on PSv4 and onwards. As we support PSv3, we need our own implementation. And since we do not want any discrepancy in behavior across different PS versions, we use this custom implementation for all PS versions.
0 commit comments