-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate that a recursive complex-typed property must be nullable #2558
Conversation
test/FunctionalTests/Microsoft.OData.Edm.Tests/Validation/ValidationRulesTests.cs
Outdated
Show resolved
Hide resolved
test/FunctionalTests/Microsoft.OData.Edm.Tests/Validation/ValidationRuleSetTests.cs
Outdated
Show resolved
Hide resolved
test/FunctionalTests/Microsoft.OData.Edm.Tests/Validation/ValidationRulesTests.cs
Outdated
Show resolved
Hide resolved
test/FunctionalTests/Microsoft.OData.Edm.Tests/Validation/ValidationRulesTests.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Garrett DeBruin <corranrogue9@gmail.com>
Co-authored-by: Garrett DeBruin <corranrogue9@gmail.com>
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
Issues
This pull request addresses #2512.
Description
Validates that if a complex-typed property is recursive, it must also be nullable.
Checklist (Uncheck if it is not completed)
Additional work necessary
Adding this validation rule to the base rule set is a breaking change that should be added in a future release.