ASP.NET Core create a view get error

Multi tool use
ASP.NET Core create a view get error
im try generate a view for my controller, but i get error.
Method not found: 'void'
Microsoft.EntityFrameworkCore.Desing.Internal.DbContextOperation.ctor
{Microsoft.EntityFrameWorkCore.Design.Internal.IoperationReporter,
System.Reflection.Assembly, System.Reflection.Assembly}
and
Error picture
and this is all my dependences untill now
Dependences picutre
1 Answer
1
You should update Asp.net.core.all to version 2.1.1 and it should help. It could possibility that is the main issue of it.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.