Did you installed EntityFramework.Tools?
it contain scaffolding.
Install-Package Microsoft.EntityFrameworkCore.Tools -Version 5.0.7
Scaffolding not work
Mustafa
1
Reputation point
I updated all the references, but it still didn't work
.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,103 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,816 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,248 questions
2 answers
Sort by: Most helpful
-
Sajjad Rajaee 1 Reputation point
2021-07-04T13:16:16.92+00:00 -
Karen Payne MVP 35,571 Reputation points Moderator
2021-07-08T17:03:56.247+00:00 Consider using EF Power Tools which is a Visual Studio extension which allows reverse engineering by right clicking on a project.