Hi You guys removed RouteSummary
property in latest build. Is there a replacement for that?
You can use [Tag]
attribute on DTO to group routes and use OpenApiFeature.Tags
property to set up descriptions/documentation for the tags. Tags
property is the replacement for RouteSummary
property