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
The library creates access to an entity with "Set" method, but in scenario when we use owned entity it tries to create Dbset with the owned entity which is not allowed. It will fail with "Cannot create a DbSet for 'MyOwnedEntity' because it is configured as an owned entity type and must be accessed through its owning entity type"
Hence library should find the owner and access to this property through it.
The text was updated successfully, but these errors were encountered:
The library creates access to an entity with "Set" method, but in scenario when we use owned entity it tries to create Dbset with the owned entity which is not allowed. It will fail with "Cannot create a DbSet for 'MyOwnedEntity' because it is configured as an owned entity type and must be accessed through its owning entity type"
Hence library should find the owner and access to this property through it.
The text was updated successfully, but these errors were encountered: