RicoSuter/NSwag

When using inheritance api versions are not correctly versioned

Open

#1,288 opened on Apr 19, 2018

View on GitHub
 (16 comments) (0 reactions) (0 assignees)C# (1,189 forks)batch import
help wantedproject: NSwag.SwaggerGeneration.AspNetCoretype: enhancement

Repository metrics

Stars
 (6,291 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

In ASP.NET Core, if you have a base controller with operations, and an inherited controller, and you use versioning, the version is not correctly discovered.

Contributor guide