You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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
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
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]
The text was updated successfully, but these errors were encountered: