Ardalis.Specification.EntityFrameworkCore 5.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ardalis.Specification.EntityFrameworkCore --version 5.0.3
NuGet\Install-Package Ardalis.Specification.EntityFrameworkCore -Version 5.0.3
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="5.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ardalis.Specification.EntityFrameworkCore --version 5.0.3
#r "nuget: Ardalis.Specification.EntityFrameworkCore, 5.0.3"
#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=5.0.3

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

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (38)

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

Package Downloads
BL.Framework.Persistence.EntityFrameworkCore

Package Description

Fabricdot.Infrastructure.EntityFrameworkCore

Build DDD infrastructure layer with Entity Framework Core

Vivarni.DDD.Infrastructure

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

Azka

Package Description

Andrius31.CRMSystem.SharedKernel

Package Description

GitHub repositories (5)

Showing the top 5 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 8.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-starter-kit
production grade .net 8 webapi starter kit with multitenancy support and clean code. 🔥
neozhu/CleanArchitectureWithBlazorServer
This is a repository for creating a Blazor Server dashboard application following the principles of Clean Architecture
DevBetterCom/DevBetterWeb
A simple web application for devBetter
Version Downloads Last updated
8.0.0 275,543 11/22/2023
7.0.0 570,668 5/26/2023
6.1.0 1,424,030 6/24/2022
6.0.1 591,046 1/19/2022
6.0.0 33,233 1/18/2022
5.2.0 357,125 9/7/2021
5.1.0 169,589 4/17/2021
5.0.3 39,028 3/5/2021
5.0.1-beta 1,308 3/1/2021
5.0.0-beta 1,368 3/1/2021
4.2.0 141,405 1/29/2021
4.1.0 223,600 9/4/2020
4.0.0 70,577 7/31/2020

Major refactoring. Updated to .NET 5. DbSet extensions. Post-processor support. AsSplitQuery support. AsNoTrackingWithIdentityResolution support. Generic constraints. New Evaluate method. New single result interface. New IReadRepositoryOfT interface.