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
102 stars 27 forks source link

Create Lookup Tables from Enums in Code First. #22

Open OpusKrokus opened 5 years ago

OpusKrokus commented 5 years ago

MS had planned to add this to EF 7, but dropped it. They are apparently adding this to EF Core, but that is useless to anyone is not able to make the move for any number of reasons. My work around is to use this nuget package, but it would be nice to have it baked in.

JonathanMagnan commented 5 years ago

Hello @OpusKrokus ,

Thank you for reporting, we will investigate this feature and let you know about it.

Best Regards,

Jonathan

JonathanMagnan commented 5 years ago

Hello @OpusKrokus ,

Just to let you know that we investigate it.

The features makes a lot of sense and that's definitively something we would like to implement.

We are currently working on our own features/priority at this moment but we will look at it again at the beginning of 2019.

OpusKrokus commented 5 years ago

Thank you!