CodePlex #623: Relaxed the conditions for matching edm and clr enum types by enforcing the edm type to not have more members than the clr type, instead of requiring to have the same number of members. Existing code already checks if underlying type, names and values match.
↧