Below dependencies are are automatically installed when using the tool. In case these are not correctly installed automatically
, please install them manually.
Microsoft.EntityFrameworkCore.Design >=3.1.7
Microsoft.EntityFrameworkCore.SqlServer >=3.1.7
# Steps to use
Install the extension from visual market place or from Visual Studio --> Extension --> Manage Extension menu.
The extension will successfully install after you close the visual studio.
Open your project solution
Right click on Project and click on "EF Core CodeGen" menu.
Provide connection details and click on "Next".
Select Objects to generate POCO classes and click "Finish".