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

Revert binary breaking change in Load/LoadAsync methods #31141

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

ajcvickers
Copy link
Member

Fixes #31104

@ajcvickers ajcvickers requested a review from a team June 26, 2023 16:40
@kevinchalet
Copy link

Thanks for fixing it 👍🏻

(note: the binary-breaking aspect was the most annoying, but it was also a source-breaking change: await LoadAsync(cancellationToken) no longer compiled with the new optional parameter added)

Out of curiosity, why wasn't this breaking change caught earlier? Don't you have ApiCompat/package validation enforced for this repo?

@ajcvickers
Copy link
Member Author

why wasn't this breaking change caught earlier?

It was; we just miscalculated its impact.

@ajcvickers ajcvickers merged commit e88e4d1 into main Jun 27, 2023
@ajcvickers ajcvickers deleted the 230626FireByWire branch June 27, 2023 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Binary breaking changes in NavigationEntry in EF Core 8.0
3 participants