pdevito3 / craftsman

A .NET scaffolding tool to help you stop worrying about boilerplate and focus on your business logic 🚀
https://wrapt.dev
MIT License
1.12k stars 65 forks source link

GetAll feature doesn't use plural #127

Closed AnNormalie closed 11 months ago

AnNormalie commented 11 months ago

When scaffolding en entity with an GetAll-Feature, the feature name doesn't use the plural. Is this intended or a bug?

For example when having an Orders Entity with an GetAll Feature, I would expect that the Feature would be called GetAllOrders instead of GetAllOrder image

Steps to reproduce

Further technical details

Craftsman version (dotnet tool list -g): 0.23.0

pdevito3 commented 11 months ago

Nice catch thanks. I'll get this in a patch or the next release