Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Prinsn opened this issue Sep 12, 2019 · 0 comments

Comments

@Prinsn
Copy link

Prinsn commented Sep 12, 2019

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]

@Prinsn Prinsn changed the title PersistenceManager.Metadata() generation backward with EFCore for NotMapped and JsonIgnore PersistenceManager.Metadata() generation backward with EFCore for NotMapped and JsonIgnore attributes Sep 12, 2019
@Prinsn Prinsn changed the title PersistenceManager.Metadata() generation backward with EFCore for NotMapped and JsonIgnore attributes EFPersistenceManager.Metadata() generation backward with EFCore for NotMapped and JsonIgnore attributes Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant