Azure / Azure/azure-functions-dotnet-worker
Analyzer to prevent duplicate function names
Open
enhancement
supportability: analyzer
- Dominant language
- C#
- Stars
- 466
- Forks
- 215
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 7
Description
### Description
If you create two functions, say in two different files, but give them the same name, your build process will succeed, but you'll get a runtime failure. We should be able to catch this at build time.
Contributor guide
No contributing guide indexed for this repository
Research direction
No source files, tests, or entry points are named. Start by locating the build-time analyzer or function-discovery entry point and review existing validation tests. Done means duplicate function names across files are reported during the build instead of causing only a runtime failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- backend, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100