Closed iccfish closed 1 month ago
@iccfish There is no MySQL provider for EF Core 9 yet, as the error message indicates. Use the EF Core 8 tooling for now (in reality no difference)
@iccfish If you like my free tools, I would be very grateful for a rating/review on Visual Studio Marketplace and/or a one-time or monthly sponsorship
@iccfish There is no MySQL provider for EF Core 9 yet, as the error message indicates. Use the EF Core 8 tooling for now (in reality no difference)
I think the package Pomelo.EntityFrameworkCore.MySql 9.0.0-9.0.0-preview.1
should support EF Core 9 cause it depends on package 'Microsoft.EntityFrameworkCore.Relational >= 9.0.0-preview.1.24081.2 && <= 9.0.0-preview.1.999999' 😄
@iccfish If you like my free tools, I would be very grateful for a rating/review on Visual Studio Marketplace and/or a one-time or monthly sponsorship
Roger that. I would like to do that laterly, thanks for your awesome powerful tool 👍
Cool,
I will get that package added in the latest daily!
@iccfish I cannot add it, as the latest daily uses 9.0 RC 1
After choosing data source, then an exception dialog was shown.
If change EF Core version to EF8, works well as excepted.