Azure / azure-functions-signalrservice-extension

Azure Functions bindings for SignalR Service. Project moved to https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService .
MIT License
96 stars 48 forks source link

Use enum for SignalRTriggerAttribute.Category #169

Open Arithmomaniac opened 3 years ago

Arithmomaniac commented 3 years ago

https://github.com/Azure/azure-functions-signalrservice-extension/blob/0064e5944d2802040ad4935909cf91e6858daa40/src/SignalRServiceExtension/TriggerBindings/SignalRTriggerAttribute.cs#L47-L51

If you're limited to a fixed set of options, it'd be nice to use an enum to specify instead of having to put in magic strings.