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

Add support for nested complex types (#60) #61

Closed kavhad closed 1 year ago

kavhad commented 6 years ago

I've made a fix for the missing use case of when there exists enum within nested complex properties (described in issue #60).

kavhad commented 6 years ago

Ok, I'll try and fix the commented issues. I'm not sure why certain indentations looks different on github diff tool as it looks correct when I do a diff in Visual Studio.