aspnetboilerplate icon indicating copy to clipboard operation
aspnetboilerplate copied to clipboard

IEventHandler<EntityUpdatingEventData<IEntity>>cannot receive event notifications

Open netty2019 opened this issue 1 year ago • 6 comments

The following event handler is not working image

netty2019 avatar Apr 27 '23 07:04 netty2019

@netty2019 could you share a minimal project which reproduces the problem ?

ismcagdas avatar Apr 28 '23 06:04 ismcagdas

image 7.3.0.zip

netty2019 avatar Apr 28 '23 07:04 netty2019

@netty2019 did you find a solution to your problem ?

ismcagdas avatar Jul 04 '23 06:07 ismcagdas

@ismcagdas Submitted PR

netty2019 avatar Jul 05 '23 04:07 netty2019

@ismcagdas Found a problem, which may trigger repeatedly. I don't know how to solve it image

netty2019 avatar Jul 06 '23 01:07 netty2019

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.

m-aliozkaya avatar Jan 15 '24 09:01 m-aliozkaya