JetBrains Rider 2025.3 Help

Code inspection: CQRS context intersection. Query is called from the Command context. (show on declarations)

This inspection reports cases where a method defined in an entity identified as Query is used on an entity identified as Command.

Such usages indicate that the CQRS pattern may be applied incorrectly and should be reviewed.

24 September 2025