azure-functions-templates
azure-functions-templates copied to clipboard
Service Bus Queue Trigger has invalid `static` keyword
Discovered in VS 2022 working on a V4 (.NET 6, in-proc) functions project.
This is an issue since it also includes instance method declarations:
https://github.com/Azure/azure-functions-templates/blob/319af8714802393f5ff5b01967f45c58d6ccdbcc/Functions.Templates/Templates/ServiceBusQueueTrigger-CSharp/ServiceBusQueueTriggerCSharp.cs#L8-L11