OpenAPI.NET.CSharpAnnotations
OpenAPI.NET.CSharpAnnotations copied to clipboard
Can't create multiple OpenApi Tags on an operation
The OpenApi spec allows for each Operation Object to have multiple Tags associated with it. Currently, OpenApiDocumentGenerator uses the first <group> comment it finds on an operation to populate the Tags field in the output, which means you can only specify 1 Tag per operation.
@brianwp3000 yes agree code needs to be updated to allow multiple of group tags. I will keep you updated once this is fixed.