Update MySql package reference and README for EF Core 10 compatibility#1953
Open
vaital3000 wants to merge 1 commit into
Open
Update MySql package reference and README for EF Core 10 compatibility#1953vaital3000 wants to merge 1 commit into
vaital3000 wants to merge 1 commit into
Conversation
|
Hi, thanks a lot for fixing this issue. I wanted to ask what the current state is, whether it's already done and planned to be merged and released soon? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #1950.
This updates the
net10.0MySQL package to use the Microting EF Core 10 provider fork instead of Pomelo 9.x.Context: Pomelo EF Core 10 support is still tracked in PomeloFoundation/Pomelo.EntityFrameworkCore.MySql#2022, and the current
Pomelo.EntityFrameworkCore.MySql 9.0.0dependency blocksEFCore.BulkExtensions.MySqlfrom building cleanly with EF Core 10 because it depends on EF Core 9 relational packages.Changes
Pomelo.EntityFrameworkCore.MySql 9.0.0withMicroting.EntityFrameworkCore.MySql 10.0.8in thenet10.0MySQL project.InternalsVisibleToforEFCore.BulkExtensions.MySqlin thenet10.0Core project, matching the access pattern already used by the provider adapters.net10MySQL package uses Microting's EF Core 10 MySQL provider fork.net8.0MySQL project unchanged on Pomelo8.0.3.