zzzprojects / EntityFramework-Classic

Entity Framework Classic is a supported version of the latest EF6 codebase. It supports .NET Framework and .NET Core and overcomes some EF limitations by adding tons of must-haves built-in features.
https://entityframework-classic.net
Other
103 stars 27 forks source link

Migrations? #36

Closed kanadaj closed 5 years ago

kanadaj commented 5 years ago

Hello, are Migrations on your roadmap?

JonathanMagnan commented 5 years ago

Hello @kanadaj ,

Yes and no,

Microsoft is currently coding the version 6.3 which support .NET Standard and will eventually have Migration commands enabled.

So there is not really any value on our side to code it since when Microsoft will do it on their side.

So supporting Migration for .NET Core is in our plan but once Microsoft completes it.

Meanwhile, we recommend creating a project in .NET Framework that is only used to create the migration script.

Let me know if that answers your question.

Best Regards,

Jonathan