Migration feature support for Entityframework Core 2.0.1

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
sasikumar
Posts: 2
Joined: Tue 27 Mar 2018 13:24

Migration feature support for Entityframework Core 2.0.1

Post by sasikumar » Tue 27 Mar 2018 13:37

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?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Migration feature support for Entityframework Core 2.0.1

Post by Shalex » Wed 28 Mar 2018 08:53

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?

sasikumar
Posts: 2
Joined: Tue 27 Mar 2018 13:24

Re: Migration feature support for Entityframework Core 2.0.1

Post by sasikumar » Wed 28 Mar 2018 10:09

Thanks. It helps to resolve to my issue. Now, it is working good.

Post Reply