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
Verification of collectional properties needs to be refined. At present, the verification logic (strict mode) expects for collectional properties to have attribute IsProperty.linkProperty either identifiable or specified. However, this is only applicable to entity-typed collectional properties, and even then it is likely relevant only for persistent entities.
The current workaround is to explicitly specify some value for IsProperty.linkProperty when defining collectional properties that do not expect to have any link property.
This verification logic needs to be reevaluated and improve. The specific rules and the why behind them should be spelled out in this issue.
Change overview
Expected outcome
More practical verification of rules for collectional properties.
The text was updated successfully, but these errors were encountered:
Description
Verification of collectional properties needs to be refined. At present, the verification logic (strict mode) expects for collectional properties to have attribute
IsProperty.linkProperty
either identifiable or specified. However, this is only applicable to entity-typed collectional properties, and even then it is likely relevant only for persistent entities.The current workaround is to explicitly specify some value for
IsProperty.linkProperty
when defining collectional properties that do not expect to have any link property.This verification logic needs to be reevaluated and improve. The specific rules and the why behind them should be spelled out in this issue.
Change overview
Expected outcome
More practical verification of rules for collectional properties.
The text was updated successfully, but these errors were encountered: