Re: EF dbcontext scaffold
Posted by: Michael Jansen
Date: March 29, 2018 09:34AM

I had to upgrade the following package to "2.1.0-preview1-final":

Microsoft.EntityFrameworkCore

And also update the tool reference in the project file:

<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.1.0-preview1-final" />

But now I get:

"The method or operation is not implemented."

So I'm guessing MySql.Data.EntityFrameworkCore Version "8.0.10-rc" doesn't support the generating a db context yet.

Options: ReplyQuote


Subject
Written By
Posted
Re: EF dbcontext scaffold
March 29, 2018 09:34AM


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.