Skip to content

Consider adding NullableRef and NullableValue wrappers #610

@jibbers42

Description

@jibbers42

The code below does not fail in v3. This seems similar to #30 (v2 does still return nulls).

[Property]
public Property Test(string s) {
  return (s != null).Collect(s);
}

Is this an expected change for v3? What is the recommended way to have nulls mixed in?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions