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
Not all projects will use the integrated event bus and local event bus when using DDD. They can inform users through warnings instead of throwing errors directly. The same is true for the unit of work. It should be unordered when registering. It can be changed to log warning consumers by mandatory checking that it must be registered before AddDomainEventBus
.NET version
.NET 6.0
The text was updated successfully, but these errors were encountered:
Description
Not all projects will use the integrated event bus and local event bus when using DDD. They can inform users through warnings instead of throwing errors directly. The same is true for the unit of work. It should be unordered when registering. It can be changed to log warning consumers by mandatory checking that it must be registered before AddDomainEventBus
.NET version
.NET 6.0
The text was updated successfully, but these errors were encountered: