I installed EF in my soluton:
PM> Install-Package EntityFramework -IncludePrerelease
After that, I am trying to execute enable migration command, but it does not work:
PM> enable-migrations
Error:
No context type was found in the assembly 'MyProjectName'.