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
Consider adding option to Assert-Equivalent that will list the properties to inspect.
Also consider adding -ExcludeProperties, OnlyExpectedProperties or other similar options.
Exclude full paths
Exclude wildcarded paths
Come up with a good name for -OnlyComparePathsOnExpected (-SkipNonMatchingPropertiesActualPaths)?
Select full paths to inlcude
Select wildcarded paths to include
Decide if the Get-EquivalencyOptions cmdlet needs to be external, or if we should put the options directly on Assert-Equivalent
Write few nice examples
Consider including the path to the output to make it more obvious where the difference is, even without verbose output (this is probably a big task)
The text was updated successfully, but these errors were encountered:
Consider adding option to Assert-Equivalent that will list the properties to inspect.
Also consider adding
-ExcludeProperties
,OnlyExpectedProperties
or other similar options.-OnlyComparePathsOnExpected
(-SkipNonMatchingPropertiesActualPaths
)?Get-EquivalencyOptions
cmdlet needs to be external, or if we should put the options directly onAssert-Equivalent
The text was updated successfully, but these errors were encountered: