Skip to content

Update MySql package reference and README for EF Core 10 compatibility#1953

Open
vaital3000 wants to merge 1 commit into
borisdj:masterfrom
vaital3000:master
Open

Update MySql package reference and README for EF Core 10 compatibility#1953
vaital3000 wants to merge 1 commit into
borisdj:masterfrom
vaital3000:master

Conversation

@vaital3000

Copy link
Copy Markdown

Summary

Closes #1950.

This updates the net10.0 MySQL 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.0 dependency blocks EFCore.BulkExtensions.MySql from building cleanly with EF Core 10 because it depends on EF Core 9 relational packages.

Changes

  • Replaced Pomelo.EntityFrameworkCore.MySql 9.0.0 with Microting.EntityFrameworkCore.MySql 10.0.8 in the net10.0 MySQL project.
  • Re-enabled InternalsVisibleTo for EFCore.BulkExtensions.MySql in the net10.0 Core project, matching the access pattern already used by the provider adapters.
  • Updated README text to note that the net10 MySQL package uses Microting's EF Core 10 MySQL provider fork.
  • Left the net8.0 MySQL project unchanged on Pomelo 8.0.3.

@baltermia

Copy link
Copy Markdown

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?

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.

Upgrade EFCore.BulkExtensions.MySql to EF Core 10 using Microting.EntityFrameworkCore.MySql instead of Pomelo

2 participants