Re: Provider assembly name for DB scaffold (.Net Core)
Posted by: Michael Pröpster
Date: October 21, 2016 04:42AM

I'm one step further. But I get
One or more errors occurred. (Unable to find expected assembly attribute named DesignTimeProviderServicesAttribute in provider assembly MySql.Data.EntityFrameworkCore. This attribute is required to identify the class which acts as the design-time service provider factory.)

My command is:
dotnet ef dbcontext scaffold -o Models "server=xy;user id=xy;password=xy;persist security info=True;database=xy;default command timeout=60;sslmode=none;" MySql.Data.EntityFrameworkCore

Options: ReplyQuote


Subject
Written By
Posted
Re: Provider assembly name for DB scaffold (.Net Core)
October 21, 2016 04:42AM


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.