Skip to content
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

[5.0.0-rc2] Throw for ForeignKeyAttribute on skip navigation #22534

Merged
merged 1 commit into from
Sep 15, 2020

Conversation

AndriySvyryd
Copy link
Member

Part of #22530

Description
Skip navigations were introduced in 5.0.0, but ForeignKeyAttribute support wasn't implemented.

Customer Impact
Customers using ForeignKeyAttribute on skip navigation would see no effect without this fix. Now an exception will be thrown allowing us to add support later without it being a breaking change.

How found
Customer reported.

Test coverage
New tests included in PR.

Regression?
No.

Risk
Low. Corner case in a new feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants