dotnet ef dbcontext scaffold provider name
Posted by: Fayssal Obeid
Date: April 28, 2017 06:56AM

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:
dotnet ef dbcontext scaffold "server=localhost;user id=user;passwordd=password;persist security info=True;port=3306;database=db;default command timeout=60;sslmode=none;" -o Models MySql.Data.EntityFrameworkCore -c "BlinkContext" -f -a

I use Visual studio 2015 + entity framework core 1.1 + .net core 1.1 + MySql.Data.EntityFrameworkCore 7.0.7-m61

Options: ReplyQuote


Subject
Written By
Posted
dotnet ef dbcontext scaffold provider name
April 28, 2017 06:56AM


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.