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 have been attempting to use your library for a project that requires me to pull data from an API and upsert it into an MS SQL database.
I think I have found a bug, and I am going to try to fix it myself.
Essentially, when you have a class that inherits from another class, your GetNavigationalProperties method causes an exception to be thrown by entity framework indicating that an EntitySet cannot be identified for the type ‘MyInheritedType’. If this is an inherited type please use the base type instead.
This occurs whether my db context includes the inherited type or base type.
I was wondering if perhaps you have encountered this before. If not, I plan to correct it and submit a pull request correcting this behavior.
The text was updated successfully, but these errors were encountered:
Thanks for creating the issue and explaining me it in a detail. I got it.. I used it a year ago and there was no such case. I will be very glad if you correct and submit the fix. Thanks for reaching me out.
I have been attempting to use your library for a project that requires me to pull data from an API and upsert it into an MS SQL database.
I think I have found a bug, and I am going to try to fix it myself.
Essentially, when you have a class that inherits from another class, your GetNavigationalProperties method causes an exception to be thrown by entity framework indicating that an EntitySet cannot be identified for the type ‘MyInheritedType’. If this is an inherited type please use the base type instead.
This occurs whether my db context includes the inherited type or base type.
I was wondering if perhaps you have encountered this before. If not, I plan to correct it and submit a pull request correcting this behavior.
The text was updated successfully, but these errors were encountered: