timabell / ef-enum-to-lookup

Generates lookup tables from enum references in Microsoft Entity Framework 6.1
https://www.nuget.org/packages/ef-enum-to-lookup
69 stars 29 forks source link

Is there a NETCoreApp version of this? ;) #56

Open veteze opened 7 years ago

veteze commented 7 years ago
Package ef-enum-to-lookup 1.9.0 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package ef-enum-to-lookup 1.9.0 supports: net45 (.NETFramework,Version=v4.5)
One or more packages are incompatible with .NETCoreApp,Version=v1.0.
timabell commented 7 years ago

I assume that would have to work with EF core, which I'm guessing would require a fair bit of work.