Code inspection: CQRS attribute is redundant and can be removedLast modified: 24 September 2025Category: Redundancies in CodeID: RedundantCqrsAttributeEditorConfig: resharper_redundant_cqrs_attribute_highlighting=[error|warning|suggestion|hint|none]Default severity: WarningLanguage: C#Requires SWA: NotipYou can suppress this inspection to ignore specific issues, change its severity level to make the issues less or more noticeable, or disable it altogether.This inspection reports CQRS attributes on entities that can be identified by their names. For example:using JetBrains.Annotations; [CqrsQuery] public class MyQuery { }