MySql.Data.EntityFrameworkCore and full .NET Framework
Posted by: Jon Miller
Date: September 08, 2016 02:55PM

Does anyone know if the new EntityFrameworkCore provider works with the full .NET Framework?

Are there instructions somewhere on how to get it to work?

I added the NuGet package to a .NET 4.6.2 project. I can see that there is what appears to be a UseMySQL() extension method in MySQLDbContextOptionsExtension, but, it's not coming up, at least with intellisense. I included the following using which I thought would bring the extension method in that I need to use.

using MySql.Data.EntityFrameworkCore;

It would be great if there was example code somewhere that shows what usings you need etc..

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.