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
Currently convention sets table name from DbSet name. Mapping an abstract entity type to table in TPC hierarchy throws exception even when the mapping is configured by aforementioned convention. This is disallowing defining DbSet for abstract types.