Table of Contents

GR0024: Response Classes used in MediatR.IRequest should end with either the suffix "CommandResponse" or "QueryResponse".

TitleResponse Classes used in MediatR.IRequest should end with either the suffix "CommandResponse" or "QueryResponse".
IdGR0024
CategoryNaming
Default SeverityWarning
Enabled By DefaultTrue
DescriptionMediatR Responses should follow a consistent naming convention indicating if it is from a Commands or Queries.
Custom Tags