Scaffolding not work

Mustafa 1 Reputation point
2021-07-04T02:07:27.75+00:00

111557-img-20210704-181015.jpgI updated all the references, but it still didn't work

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,367 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,156 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,118 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Sajjad Rajaee 1 Reputation point
    2021-07-04T13:16:16.92+00:00

    Did you installed EntityFramework.Tools?
    it contain scaffolding.
    Install-Package Microsoft.EntityFrameworkCore.Tools -Version 5.0.7

    0 comments No comments

  2. Karen Payne MVP 35,036 Reputation points
    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.

    0 comments No comments