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

regression - table names not found #25

Closed timabell closed 9 years ago

timabell commented 9 years ago

after 1.4.0 the code was refactored to support complex types, but the fallback to reading the entity set name from the mapping if the table was set to null went missing.

I have no idea why it's needed...

timabell commented 9 years ago

fixed in v1.7.0