Code inspection: CQRS attribute is redundant and can be removed
This inspection reports CQRS attributes on entities that can be identified by their names. For example:
using JetBrains.Annotations;
[CqrsQuery]
public class MyQuery
{
}
24 September 2025