GR0022: Classes based on MediatR.RequestHandler should end with either the suffix "CommandHandler" or "QueryHandler".
| Title | Classes based on MediatR.RequestHandler should end with either the suffix "CommandHandler" or "QueryHandler". |
|---|---|
| Id | GR0022 |
| Category | Maintainability |
| Default Severity | Warning |
| Enabled By Default | True |
| Description | MediatR Request Handlers should follow a consistent naming convention indicating if it is for Commands or Queries. |
| Custom Tags |