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

Support for .Net 8 Functions #109

Closed dkezri closed 6 months ago

dkezri commented 6 months ago

The Swashbuckle configuration according to the instruction in Read.ME fine is not working in .Net 8.0 Functions?

vitalybibikov commented 6 months ago

Going to be handled soon, work in progress, going to be updated to .NET 8 isolated worker model

vitalybibikov commented 6 months ago

Fixed

dkezri commented 6 months ago

thank you for replying.