aspnetboilerplate
aspnetboilerplate copied to clipboard
IEventHandler<EntityUpdatingEventData<IEntity>>cannot receive event notifications
The following event handler is not working
@netty2019 could you share a minimal project which reproduces the problem ?
@netty2019 did you find a solution to your problem ?
@ismcagdas Submitted PR
@ismcagdas
Found a problem, which may trigger repeatedly. I don't know how to solve it
Hi @netty2019,
In the current framework version, we don't support IEntity for event handlers. You can use specified entities for event handlers. We will determine whether we can improve this in new versions.