platyPS icon indicating copy to clipboard operation
platyPS copied to clipboard

Fixing incorrect null-checks in Input/Output and help handling

Open powercode opened this issue 3 years ago • 0 comments

Fixing null checks in ConvertPSObjectToMamlModel.

With the current behavior, new lines are added/removed every other run causing constant repository churn.

PR Summary

Ensures that scalar null comparison is performed without type conversion.

PR Context

Updating Markdown files without this PR resulted in a file toggling between this: image and this: image

A real annoyance because of the constant repository churn or selective reverts.

powercode avatar Feb 03 '23 09:02 powercode