Closed TanvirArjel closed 4 years ago
Hey @TanvirArjel - Implementing those would be useful I agree. We may switch to using this NuGet package created by @ardalis (a maintainer on this repo) for the functionality. Before we do that though, here are some links to hopefully help with your questions.
Hopefully this helps for now!
I'm going to close this issue as the repo has been updated to use the Ardalis.Specifications NuGet packages linked in the comments above.
Anybody found solution to this? I am trying to add a group by, in Query but it seems there is no method available. Plus, I can pass on an expression in PostProcessingAction
but I do not want my query to be processed on a List.
There is no implantation details for the pattern. Please add this showing how we can get the data based on pattern.
GroupBy
andSelect
in SpecificationGroupBy
using the SpecificationFor example how can I build the following equivalent output uisng Specification pattern:
Thank you.