ardalis / CleanArchitecture

Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
MIT License
15.2k stars 2.66k forks source link

Renaming Enhacement in Web Project. #720

Closed Zaigham-Gulzar closed 3 months ago

Zaigham-Gulzar commented 3 months ago

Hi, Under Web Project in Contributors/GetById Suggested renaming is: GetById.GetProjectByIdRequest to GetById.GetContributorByIdRequest

I found the class file name to be inconsistent with what it actually is doing inside.

ardalis commented 3 months ago

Yeah good catch. Copy paste error. Send a PR?

Zaigham-Gulzar commented 3 months ago

Sent under Zaigham-Gulzar:patch-1. Happy coding. 😊

ardalis commented 3 months ago

Fixed by #721