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
Passing a similar CLR object on the pipeline returns the same target name for different objects.
Without a bound property target name fails back to the hash method.
Each of these two object do not have the same hash, but are being serialized only based on PSObject properties which are identical.
Description of the issue
Passing a similar CLR object on the pipeline returns the same target name for different objects.
Without a bound property target name fails back to the hash method.
Each of these two object do not have the same hash, but are being serialized only based on PSObject properties which are identical.
To Reproduce
Steps to reproduce the issue:
Expected behaviour
Each object should have a unique target name.
Module in use and version:
Captured output from
$PSVersionTable
:Additional context
This affects older versions of PSRule.
The text was updated successfully, but these errors were encountered: