Open ghost opened 6 years ago
Hi @Peppers911, thanks for the PR. I assume it would address #6. As mentioned in that issue, we stuck to .NET Framework instead of converting the library to .NET Standard as queue-triggered functions did not appear to fire when we converted them to .NET Standard. Does that issue not occur for you, and do queue-triggered functions work just fine?
I think you forgot to register your trigger?
Below the table in: https://docs.microsoft.com/en-us/azure/azure-functions/functions-triggers-bindings#supported-bindings
In 2.x, all bindings except HTTP, Timer, and Azure Storage must be registered. See Register binding extensions.
Hmm, yes, that is possible. It's been a while :) We'll test this out soon, likely next week, and will merge ASAP.
Finished soon? 🙏
Sorry, we haven't had a chance to look at this yet. We definitely will check it out in the near future and will respond here. Just can't say a particular date yet.
What is the status of this PR? I'd love to see NetStandard support for this.
Updated to .net Standard 2 and Microsoft.Azure.WebJobs 3.0.0-rc1