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
In the library, we have included IEntity interface. It's been there since the beginning. We don't use it internally in any way, and there is no reason to have this contract. Consumers usually may create their own abstractions for IEntity, and we're just creating conflicts for them.
It's a breaking change (someone might be using it), but I think we should do a proper cleanup for the next major version.
The text was updated successfully, but these errors were encountered:
In the library, we have included
IEntity
interface. It's been there since the beginning. We don't use it internally in any way, and there is no reason to have this contract. Consumers usually may create their own abstractions forIEntity
, and we're just creating conflicts for them.It's a breaking change (someone might be using it), but I think we should do a proper cleanup for the next major version.
The text was updated successfully, but these errors were encountered: