Page 1 of 1

Migration feature support for Entityframework Core 2.0.1

Posted: Tue 27 Mar 2018 13:37
by sasikumar
Hi Team,
I am using the .net core version 2.0.5 in my application. I created a db context using Enityframework core 2.0.1 version and installed Devart.Data.Oracle.EFCore 9.5.454 to initialize and update table schema in the Oracle data base .
I tried to use the migration feature to update the data model schema changes on Oracle DB. I used the package manager console to run the command "Add Migration" and it showed as Feature is not supported.
Could you please me when will be migration feature has been supported in EF core 2.0.x version?

Re: Migration feature support for Entityframework Core 2.0.1

Posted: Wed 28 Mar 2018 08:53
by Shalex
The EF Core Migrations feature is supported.

The "Feature is not supported." error means that provider runtime cannot find a license file (or license key in connection string). Please refer to https://www.devart.com/dotconnect/oracl ... ndard.html. Does this help?

Re: Migration feature support for Entityframework Core 2.0.1

Posted: Wed 28 Mar 2018 10:09
by sasikumar
Thanks. It helps to resolve to my issue. Now, it is working good.