Skip to content

EFPersistenceManager.Metadata() generation backward with EFCore for NotMapped and JsonIgnore attributes #36

@Prinsn

Description

@Prinsn

I currently have a DB backing property and an exposed FE property, using [JsonIgnore] and [NotMapped] respectively.

I've previously used breeze for this without issue (in a previous project), but the metadata is exactly inverted for which fields should exist on the object. It does not create a property on the entity metadata for the [NotMapped] property, but does for the [JsonIgnore]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions