Closed AnNormalie closed 1 year ago
When scaffolding en entity with an GetAll-Feature, the feature name doesn't use the plural. Is this intended or a bug?
GetAll
For example when having an Orders Entity with an GetAll Feature, I would expect that the Feature would be called GetAllOrders instead of GetAllOrder
Orders
GetAllOrders
GetAllOrder
Craftsman version (dotnet tool list -g): 0.23.0
dotnet tool list -g
Nice catch thanks. I'll get this in a patch or the next release
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 anGetAll
Feature, I would expect that the Feature would be calledGetAllOrders
instead ofGetAllOrder
Steps to reproduce
Further technical details
Craftsman version (
dotnet tool list -g
): 0.23.0