Jiang Yingxin
Results
1
issues of
Jiang Yingxin
## Description & reference issues As of .NET 6.0, Swagger/OpenAPI supports using [TagsAttribute](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.tagsattribute?view=aspnetcore-7.0) to rename each group of endpoints, overriding the default value of the controller name. (See also e.g....