Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Azure Function Version 4 Runtime Incompatibility #15

Open
javads2022 opened this issue Dec 15, 2022 · 0 comments
Open

Azure Function Version 4 Runtime Incompatibility #15

javads2022 opened this issue Dec 15, 2022 · 0 comments

Comments

@javads2022
Copy link

Hello, I am trying to generate swagger docs for azure function endpoint with no success. I am using the latest runtime version for an Azure function (v4) and .net 6. After some review, it appears that when trying to generate an OpenApiDocument via GenerateForAzureFunctionClassesAsync method, no documents are generated. Looking at the code for the above method, it seems it is trying to filter on FunctionNameAttribute class. However because of a change in v4, this has been renamed to "FunctionAttribute."
Is it possible to update this tool for use with version 4 of Azure functions?

Thanks,
Javad

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant