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

.NET 5+ support? #78

Closed ryanhubbell closed 6 months ago

ryanhubbell commented 3 years ago

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: AZFW0001: The attribute 'SwashBuckleClientAttribute' is a WebJobs attribute and not supported in the .NET Worker (Isolated Process).

h3x4d3c1m4l commented 3 years ago

This might be helpful to you: https://github.com/hajekj/azure-functions-openapi-demo

Took me a while to find...

johnnyreilly commented 2 years ago

Has anyone tested this out with .NET 6 at all? We're hoping to make the move sometime soon - but given this issue is here I was wondering if we could expect to encounter issues?

prashantagrawalcrowe commented 11 months ago

is there any update on this?

vitalybibikov commented 6 months ago

Fixed