Code inspection: CQRS context intersection. Command is called from the Query context. (show on usages)
This inspection reports cases where a method defined in an entity identified as Command is used on an entity identified as Query.
Such usages indicate that the CQRS pattern may be applied incorrectly and should be reviewed.
24 September 2025