Just trying to confirm an impression: it seems enums in EF5 + Code First are only supported when declared within the same namespace as the classes using them as property types.
Can anyone confirm that? Couldn’t find anything on the web for this…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A relevant bug that was fixed earlier. 4.3 Beta 1 release notes say:
My guess is that
GetDatabaseValuesfunction is still buggy for this occasion (but that’s just an educated guess). You may want to report this here: ADO.NET team blog: EF5 Beta 1 Available