gsoft-inc / wl-extensions-mediatr

MediatR extensions, behaviors and default configuration.
Apache License 2.0
5 stars 0 forks source link

IDP-580 Allow commands and queries to be performed in notification handlers #42

Closed starcraft66 closed 11 months ago

starcraft66 commented 11 months ago

Previously, all commands and queries raised the same warning whether they were performed from request or notification handlers. This PR splits that warning into two distinct warnings, one for performing commands and queries from request handlers and another from within notification handlers. The intention is to allow people to selectively suppress this warning for notification handlers if needed while keeping it for request handlers.

Zav commented 11 months ago

I think we need to clarify the goal of IDP-580 or update the story. It's not aligned with what I understood was the goal of the story.