Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 238 Bytes

File metadata and controls

10 lines (8 loc) · 238 Bytes

Swashbuckle-FluentValidationResponseFilter

Generator a FluentValidation error in Swagger Example section

  services.AddSwaggerGen(c =>
  {
                      c.OperationFilter<FluentValidationResponseFilter>();

  }):