gcurb
Results
1
comments of
gcurb
I also encountered this issue. Swashbuckle leverages on ApiExplorer and not directly on the attribute. From what I see, the generator requires the ModelMetadata to be populated https://github.com/domaindrivendev/Swashbuckle.AspNetCore/blob/master/src/Swashbuckle.AspNetCore.SwaggerGen/SwaggerGenerator/SwaggerGenerator.cs#L454 but it...