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
We should validate against the above definitions (similar to our existing rule "ValidationRules.NavigationPropertyWithRecursiveContainmentTargetMustBeOptional"
Assemblies affected
EdmLib.dll
Reproduce steps
Create and validate the above model.
Expected result
A validation error saying that a recursive complex-typed property must be nullable.
Actual result
No error.
Additional detail
The text was updated successfully, but these errors were encountered:
Marking a recursive complex-typed property as non-nullable would lead to an infinite recursion. For example:
or
We should validate against the above definitions (similar to our existing rule "ValidationRules.NavigationPropertyWithRecursiveContainmentTargetMustBeOptional"
Assemblies affected
EdmLib.dll
Reproduce steps
Create and validate the above model.
Expected result
A validation error saying that a recursive complex-typed property must be nullable.
Actual result
No error.
Additional detail
The text was updated successfully, but these errors were encountered: