-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
In some .edmx file, "Edm.ComplexType" is mentioned.
This is translated as
global::Edm.ComplexType
... in the generated code, which doesn't correspond to anything (even though there is a ComplexType
in entityframeworkcore.dll, but that's not the same).
For an example, see #434 .
Any workarounds for that? Can Edm.ComplexType be changed to something else that would not issue code generation errors?