-
Notifications
You must be signed in to change notification settings - Fork 10.3k
change 'ValuesController' to 'ValueController' #47474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Is this just a preference for singular over plural controller names? |
Hello. I see that you've just added |
It actually fixes the issue with |
Looks like this PR hasn't been active for some time and the codebase could have been changed in the meantime. |
Hi @deepchoudhery. |
Thanks @deepchoudhery. Can you share the customer impact please? As a side note, I do agree that the class name should have matched the file name here, and it was most probably a mistake done when this was created. |
Customer Impact : Customers who want to name their ApiController using the --name, controller will not be named correctly. It was a mistake when we first committed this template to aspnetcore, yes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @deepchoudhery !
@deepchoudhery can you merge this, or do you want me to ? |
I got it, tyty |
ValuesController
toValueController