azure-functions-templates icon indicating copy to clipboard operation
azure-functions-templates copied to clipboard

Service Bus Queue Trigger has invalid `static` keyword

Open mattchenderson opened this issue 3 years ago • 0 comments

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

mattchenderson avatar Nov 12 '21 21:11 mattchenderson