Azure / Azure/azure-functions-dotnet-worker
Make FunctionName optional
Open
enhancement
needs-discussion
team-issue
- Dominant language
- C#
- Stars
- 466
- Forks
- 215
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 7
Description
If you have a Trigger attribute anywhere on a method, we know it's a function. We could infer the function name by the method name, and only use `[FunctionName]` as the override. Could clean up some samples and remove the need for one extra attribute.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.