Specification icon indicating copy to clipboard operation
Specification copied to clipboard

Base class with tests for adding specifications to a DDD model

Results 28 Specification issues
Sort by recently updated
recently updated
newest added

Looking at here, `RepositoryBaseOfT` class: ![image](https://github.com/ardalis/Specification/assets/11820522/d4e0cf3e-acfe-4df2-a19e-e83af1d625f2) Considering that the `SaveChangesAsync` function actually returns something, why does the Update and Delete operation not return that value? This is not really a...

See: https://github.com/ardalis/Specification/issues/134#issuecomment-872528093 @fiseni do you think this would be considered a 'base feature'? https://ardalis.github.io/Specification/features/base-features.html If not where should we describe it? Usage?

enhancement
help wanted
good first issue
docs

In the next release, we might finally drop the support for the following obsolete methods ```c# [Obsolete] Task GetBySpecAsync(ISpecification specification, CancellationToken cancellationToken = default); [Obsolete] Task GetBySpecAsync(ISpecification specification, CancellationToken cancellationToken...

Hi! Love the specification pattern and this package and wonder if there has been any thoughts, attempts or plans of starting to support nhibernate as well? Best regards

I cannot save data for the class MyEntityNotWork because the Backing Field is not the camel case of the field. For the class MyEntity, it's working. Did I do anything...

I hope this message finds you well. I am currently working with the [[Specification](https://github.com/ardalis/Specification)] and have encountered a scenario where I need to order results with **NULL values appearing firs**t....

Hello, I’m using version 8.0.0 of the Ardalis.Specification library. When the CreateBrandRequest event is triggered as shown in the screenshot, the FluentValidation implemented CreateBrandRequestValidator method runs. The IReadRepository _repository is...