Skip to content

You cannot call a method on a null-valued expression. #1

@peter-weiss-prg

Description

@peter-weiss-prg

can u add here line 63 in convertto-hashstring the validation check if value of attribute is not null?

$objType = $value.GetType().Name

$objType = if($null -ne $value){$value.GetType().Name}else{$null}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions