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
Nullable=true means collection can CONTAIN nulls, which we NEVER want, not that the collection can BE null.
Remove the ability to generate the [0..1] suffix in this case.
The text was updated successfully, but these errors were encountered:
Nullable=true means collection can CONTAIN nulls, which we NEVER want, not that the collection can BE null.
Remove the ability to generate the [0..1] suffix in this case.
The text was updated successfully, but these errors were encountered: