[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
5.62k
stars
2.14k
forks
source link
Analyzers to prevents users from using reserved words #8679
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.
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?