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
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