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

[release/8.0] Revert binary breaking change on IEntityType #32166

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

AndriySvyryd
Copy link
Member

Fixes #32105

Description

When adding support for complex types we moved some methods from IEntityType to the base type - ITypeBase. This breaks libraries calling these methods directly.

Customer impact

MissingMethodException thrown when using affected libraries.

How found

Customer reported on RC2

Regression

Yes, from preview 6.

Testing

Verified manually.

Risk

Low.

@AndriySvyryd AndriySvyryd merged commit 94bff5a into release/8.0 Oct 26, 2023
7 checks passed
@AndriySvyryd AndriySvyryd deleted the Issue32105 branch October 26, 2023 22:02
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.

None yet

2 participants