4

I have a database project on full .NET Framework with Entity framework 6.3 and MySql.Data.MySqlClient as provider (package MySql.Data and MySql.Data.EntityFramework bot 8.0.18). This all works as expected.

Now I would like to port this to .NET Core 3.0.I still need to stay on Entity framework 6.3 and use old EDMX model.I've created new Core project and linked database entities and edmx (port existing EF 6.3 to core). The problem I encounter is that the provider MySql.Data.MySqlClient (MySql.Data.EntityFramework NuGet package) doesn't seem to include a .NET Core version.

Am I missing a NuGet package? Do I need another MySql provider, that will work on .NET Core 3.0 and Entity Framework 6.3?

2 Answers 2

3

Meanwhile, Oracle ports their code to .NET Core 3.0, we released our package that supports it:

Sign up to request clarification or add additional context in comments.

2 Comments

Does it support EF Core 3.x now?
No Mukus, it doesn't seem to support it so you can continue to use our package.
2

You will need MySql.Data.EntityFramework to port their provider to support .NET Core 3.0 (and possibly EF 6.3) before you can proceed.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.