Table of Contents

GR0023: Classes based on MediatR.IRequest should end with either the suffix "Command" or "Query".

TitleClasses based on MediatR.IRequest should end with either the suffix "Command" or "Query".
IdGR0023
CategoryMaintainability
Default SeverityWarning
Enabled By DefaultTrue
DescriptionMediatR Requests should follow a consistent naming convention indicating if it is for Commands or Queries.
Custom Tags