Ardalis.Specification.EntityFrameworkCore 6.1.0

.NET 6.0 .NET Standard 2.0
dotnet add package Ardalis.Specification.EntityFrameworkCore --version 6.1.0
NuGet\Install-Package Ardalis.Specification.EntityFrameworkCore -Version 6.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ardalis.Specification.EntityFrameworkCore" Version="6.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ardalis.Specification.EntityFrameworkCore --version 6.1.0
#r "nuget: Ardalis.Specification.EntityFrameworkCore, 6.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Ardalis.Specification.EntityFrameworkCore as a Cake Addin
#addin nuget:?package=Ardalis.Specification.EntityFrameworkCore&version=6.1.0

// Install Ardalis.Specification.EntityFrameworkCore as a Cake Tool
#tool nuget:?package=Ardalis.Specification.EntityFrameworkCore&version=6.1.0

EF Core plugin package to Ardalis.Specification containing EF Core evaluator and abstract repository.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (21)

Showing the top 5 NuGet packages that depend on Ardalis.Specification.EntityFrameworkCore:

Package Downloads
BL.Framework.Persistence.EntityFrameworkCore

Package Description

Sparc.Database.Cosmos

Cosmos Database Sparc package

Vivarni.DDD.Infrastructure

Fundamental building blocks for creating the domain layer in a DDD software design approach.

Fabricdot.Infrastructure.EntityFrameworkCore

Build DDD infrastructure layer with Entity Framework Core

Apical.Core

Common Structure for Apical Solutions

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Ardalis.Specification.EntityFrameworkCore:

Repository Stars
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
fullstackhero/dotnet-webapi-boilerplate
Clean Architecture Template for .NET 6.0 WebApi built with Multitenancy Support.
DevBetterCom/DevBetterWeb
A simple web application for devBetter
Version Downloads Last updated
6.1.0 499,215 6/24/2022
6.0.1 394,887 1/19/2022
6.0.0 28,736 1/18/2022
5.2.0 251,925 9/7/2021
5.1.0 149,086 4/17/2021
5.0.3 31,145 3/5/2021
5.0.1-beta 198 3/1/2021
5.0.0-beta 203 3/1/2021
4.2.0 83,245 1/29/2021
4.1.0 170,824 9/4/2020
4.0.0 55,025 7/31/2020

- Added `AddRangeAsync`. [PR 239](https://github.com/ardalis/Specification/pull/239)
       - Added dictionary as arbitrary state for specifications. [PR 248](https://github.com/ardalis/Specification/pull/248)
       - Added support for updating specifications. [PR 251](https://github.com/ardalis/Specification/pull/251)
       - Updated base specifications as non-abstract classes. [PR 252](https://github.com/ardalis/Specification/pull/252)
       - Update the infrastructure for single result specifications. [PR 272](https://github.com/ardalis/Specification/pull/272)
       - Added `UpdateRangeAsync`. [PR 272](https://github.com/ardalis/Specification/pull/272)
       - Add WithSpecification overload for specifications with Select. [PR 273](https://github.com/ardalis/Specification/pull/273)