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

exception - single - more than one found #7

Closed timabell closed 9 years ago

timabell commented 9 years ago

need more details... must be somewhere in GetTableName() which is verbatim from http://romiller.com/2014/04/08/ef6-1-mapping-between-types-tables

https://github.com/timabell/ef-enum-to-lookup/blob/master/EfEnumToLookup/LookupGenerator/EnumToLookup.cs#L206

timabell commented 9 years ago

Closing this as don't have enough to go on. There's no more robust code in this area so in the future a more useful error should be produced.

timabell commented 9 years ago

I think this was actually an instance of issue #18