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..
Subject
Written By
Posted
MySql.Data.EntityFrameworkCore and full .NET Framework
September 08, 2016 02:55PM
September 09, 2016 08:25AM
September 09, 2016 01:10PM
September 28, 2016 02:28PM
November 15, 2016 02:58PM
September 11, 2016 07:42AM
September 19, 2016 07:46AM
September 28, 2016 02:30PM
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.