Skip to content

Revert binary breaking change in Load/LoadAsync methods #31141

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

ajcvickers
Copy link
Contributor

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
Contributor 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
# for free to join this conversation on GitHub. Already have an account? # 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