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
Since identity entities do not contain DomainEvents, how can the DispatchDomainEventsInterceptor capture and register these events in the database event source?
#1317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Since identity entities do not contain DomainEvents, how can the DispatchDomainEventsInterceptor capture and register these events in the database event source?
for example:
BaseEntity has the implementations
But ApplicationUser don't inherits from BaseEntity
Since identity entities do not contain DomainEvents, how can the DispatchDomainEventsInterceptor capture and register these events in the database event source?

for example:


BaseEntity has the implementations
But ApplicationUser don't inherits from BaseEntity
Originally posted by @ramon159 in #1316
The text was updated successfully, but these errors were encountered: