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.
In the library, we have included
IEntityinterface. 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.