Improve route pattern related errors when working with route groups
Open
area-minimal
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 276
Description
Route groups must have unique route parameter names across all the group definitions. If you have a duplicate route parameter name somewhere, you'll get an error.

Unfortunately, this error isn't specific about where the impacted group is so you end up having to grep through your code. It would be helpful if it showed the routes with duplicates.
Contributor guide
Assessment
This issue has not been assessed yet.