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
{count} votes
2 answers
Sort by: Most helpful
-
Sajjad Rajaee 1 Reputation point
2021-07-04T13:16:16.92+00:00 Karen Payne MVP 30,216 Reputation points2021-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.