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
For collection-valued types, Nullable="true" means that the collection can contain null values. A new attribute CollectionNullable="true" would be needed to express that the entire collection may be null.
Currently collections can only be empty, they cannot be null.
Adding null for collections would allow expressing the subtle difference between "empty wallet" and "no wallet".
Superset of #290
The text was updated successfully, but these errors were encountered: