Create an Analyzer to prevent usage of reserved keywords in code
Open
affected-medium
analyzer
area-minimal
area-mvc
enhancement
feature-mvc-execution-pipeline
severity-minor
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 276
Description
People are hitting these type of issues more and more: https://github.com/aspnet/Mvc/issues/7876
The idea is to have an Analyzer which will be aware of all the reserved words we have in different places and will warn users about their name choices.
@rynowak what are your thoughts about this?
Contributor guide
Assessment
This issue has not been assessed yet.