I can't seem to get Azure functions running for Visual Studio 2022 for mac.
I am able to run the functions ok in Visual Studio Code.
The functions come up ok in the terminal for Visual Studio 2022, but when I invoke the function I get this error:
An unhandled host error has occurred. [2022-10-03T00:50:25.613Z] Microsoft.Azure.WebJobs.Host: 'yourFunctionName' can't be invoked from Azure WebJobs SDK. Is it missing Azure WebJobs SDK attributes?.
Tried uninstalling and reinstalling but no luck