Domain events in base entity class #1018
SihirliDev
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When this repository upgraded from .NET6 to .NET7 the BaseEntity class modified to include domain events by default. I wonder if it is a good idea to derive all entities from a base class having domain events functionality because there can be some entities which don't need domain events.
I'm sure the author has a point when doing this but I couldn't discover.
Any comment on this?
Beta Was this translation helpful? Give feedback.
All reactions