SpecPattern icon indicating copy to clipboard operation
SpecPattern copied to clipboard

Source code for the Specification Pattern in C# Pluralsight course

Results 3 SpecPattern issues
Sort by recently updated
recently updated
newest added

Let's say I want to rely on a Specification inside my domain model's setter method (that will mutate the object) and reuse it when validating a Command at the Application...

When combining multiple specifications I get the following error: **"The LINQ expression node type 'Invoke' is not supported in LINQ to Entities."** I get this error even when combining simple...

Bumps NHibernate from 4.1.1.4000 to 5.4.9. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=NHibernate&package-manager=nuget&previous-version=4.1.1.4000&new-version=5.4.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies