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 Standard
.NET Standard
A formal specification of .NET APIs that are available on multiple .NET implementations.
493 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,840 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: The period of time during which a program is being executed in a computer.
981 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

  2. Karen Payne MVP 30,216 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.