Reputation: 1205
We are using Visual Studio 2015 Update 1 and Entity Framework 6.1.3. Also we are following the Code-First approach and are using Entity Framework Migrations to respond to schema changes. Since updating to Visual Studio 2015, some fellow developers can not add any Entity Framework Migrations. When executing 'Add-Migration', Entity Framework does not find any migrations in the project and asks you to turn on migrations.
Anyone experienced a similar issue and knows a solutions? Many thanks in advance!
Upvotes: 0
Views: 681
Reputation: 1205
We were able to determine the root cause and fix the issues.
Issues:
Upvotes: 1