URF.Core
URF.Core copied to clipboard
Owned Entities
I'm having issues inserting with a entity model that has contains a owned entity. All the values in the owned entity model are null. I have tried adding the [Owned] attribute to the owned entity model. As well as using modelBuilder.Entity<Contact>().OwnsOne(o => o.Name); Short of removing them out do you have any suggestions.
Could you please provide a small demo of the problem or, better yet, a failing unit test?