You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no need to return IOrderedSpecificaationBuilder. These methods should return the ISpecificationBuilder.
Returning the ordered builder actually might be dangerous, since the caller unintentionally can continue with ThenBy methods (without having OrderBy applied).
In version 9.0.1, Ardalis Specification do not have class OrderedSpecificationBuilder so some methord in SpecificationBuilderExtensions.cs
error:
The text was updated successfully, but these errors were encountered: