vitalybibikov / AzureExtensions.Swashbuckle

This extension enriches Azure Functions with Swagger/ Open API support
https://www.linkedin.com/in/vitali-bibikov/
MIT License
67 stars 54 forks source link

Automatically detect possible responses #92

Closed DerStimmler closed 6 months ago

DerStimmler commented 3 years ago

Hello, currently it seems that this package is only able to auto-detect my models/DTOs and the different endpoints. But the relation between endpoints and models and the possible response codes have to be manually set by attributes on the several functions.

With Swashbuckle and the SwaggerGen on ASP .NET Core all these things got detected automatically.

Am I missing something or doesn't this package support all features from the official Swashbuckle?

vitalybibikov commented 6 months ago

Closing this, as not relevant, please reopen if needed