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?