Table of Contents

GR0022: Classes based on MediatR.RequestHandler should end with either the suffix "CommandHandler" or "QueryHandler".

TitleClasses based on MediatR.RequestHandler should end with either the suffix "CommandHandler" or "QueryHandler".
IdGR0022
CategoryMaintainability
Default SeverityWarning
Enabled By DefaultTrue
DescriptionMediatR Request Handlers should follow a consistent naming convention indicating if it is for Commands or Queries.
Custom Tags