You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: