AzureExtensions.Swashbuckle
AzureExtensions.Swashbuckle copied to clipboard
This extension enriches Azure Functions with Swagger/ Open API support
Hello @vitalybibikov! Do you have any plans of upgrading to provide support for System.Text.Json 4.7.2? I recently updated a nuget library in my project that references System.Text.Json 4.7.2, but unfortunately,...
If there is a way to support multipart/form-data I'm not seeing? If it is supported how would you accomplish this? If not is there a plan or path to do...
Hi, am i correct that this extension doesn't as of now support azure functions v4 (and perhaps dotnet 6) We use the microsoft.azure.functions.worker.extenstions.openapi but it seems to have a very...
Hi, how can I add tags to my function? Thank you.
Hi, Why did you close #67 issue? I would need this for my project. Thank you.
Is it possible to switch the underlying CSS? In older Swagger was _InjectStylesheet_ but this is unreachable now.
We are currently using the extension **AzureExtensions.Swashbuckle** for Azure Function API and, as soon as we update to the new 3.3.2 version we have an Exception thrown indicating the Azure...
With .NET 6 Azure Functions and using AzureExtensions.Swashbuckle version 3.3.2. going to https://site/api/Swagger/ui in Azure is throwing a Exception of type 'System.OutOfMemoryException' was thrown error. The json file shows up...
We're using .NET 5 in our Azure Functions, and would love to use this library, however, it seems it's not compatible with the .NET 5 specific Azure Functions SDK. Error:...
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...