- enable-migrations
- Both Entity Framework Core and Entity Framework 6 are installed. The Entity Framework Core tools are running. Use 'EntityFramework\Enable-Migrations' for Entity Framework 6.
- Enable-Migrations is obsolete. Use Add-Migration to start using Migrations.
- PM> add-migration
- cmdlet Add-Migration at command pipeline position 1
- Supply values for the following parameters:
- Name: Registration
- Both Entity Framework Core and Entity Framework 6 are installed. The Entity Framework Core tools are running. Use 'EntityFramework\Add-Migration' for Entity Framework 6.
- Build started...
- Build succeeded.
- The EF Core tools version '3.1.3' is older than that of the runtime '3.1.6'. Update the tools for the latest features and bug fixes.
No DbContext was found in assembly. Ensure you using correct
Hi Team
I need some help i cant execute my Add-Migration i often get this error every time. How do i resolve this
Shashi Jeevan M PPosted Aug 10, 2020, 5:31 AM
Varun SetiaPosted Aug 3, 2020, 6:28 AM
Farhan AhmedPosted Aug 3, 2020, 6:11 AM