Swagger Documentation For A Generic Base Api Controller
I’ve been developing a .NET 8 Web Api using Swagger UI to automatically document resources extracted from my OpenAPI Specification, however I’ve run into an issue when using generics.
I’ve been developing a .NET 8 Web Api using Swagger UI to automatically document resources extracted from my OpenAPI Specification, however I’ve run into an issue when using generics.