Specification
Specification copied to clipboard
Base class with tests for adding specifications to a DDD model
I am using Ardalis 6.1.0 + MediatR in NET 6 CQRS Pattern and try new AddRangeAsync function. Everthing seamly is OK but in Disconnected Scenario, I have error - Insert...
Based on these docs: https://learn.microsoft.com/en-us/dotnet/core/extensions/logging-library-authors Is there any logging that would be worthwhile for users of the Specification package (or its Repository base types)?
Update docs and README with latest changes in repo methods and ISingleResultSpec changes.
Add a FAQ section. Include information about which versions of apps/EF can consume which version of Ardalis.Specification. See #312 for example.
See #53 extension method and #154.
Pull example code/usage from https://github.com/ardalis/Specification/issues/178 https://ardalis.github.io/Specification/features/postprocessingaction.html
See example usage here: https://github.com/ardalis/Specification/pull/192 Boolean can be passed to `.Where`, `.Search` etc. If false, the expression will not be added. Note that `.Select` is not optional - if you...
See: https://github.com/ardalis/Specification/pull/193 Client usage is through `var result = spec.IsSatisfiedBy(customer);`
I see an important page in the documentation is still missing: https://ardalis.github.io/Specification/extensions/extend-define-evaluators.html And I didn't find any issue about it? Maybe also an example in the sample app of how...