Skip to content

Edm.ComplexType mapping #435

@vvdb-architecture

Description

@vvdb-architecture

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?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions