Ardalis.Specification.EntityFrameworkCore
5.0.0-beta
See the version list below for details.
dotnet add package Ardalis.Specification.EntityFrameworkCore --version 5.0.0-beta
NuGet\Install-Package Ardalis.Specification.EntityFrameworkCore -Version 5.0.0-beta
<PackageReference Include="Ardalis.Specification.EntityFrameworkCore" Version="5.0.0-beta" />
paket add Ardalis.Specification.EntityFrameworkCore --version 5.0.0-beta
#r "nuget: Ardalis.Specification.EntityFrameworkCore, 5.0.0-beta"
// Install Ardalis.Specification.EntityFrameworkCore as a Cake Addin #addin nuget:?package=Ardalis.Specification.EntityFrameworkCore&version=5.0.0-beta&prerelease // Install Ardalis.Specification.EntityFrameworkCore as a Cake Tool #tool nuget:?package=Ardalis.Specification.EntityFrameworkCore&version=5.0.0-beta&prerelease
EF Core plugin package to Ardalis.Specification containing EF Core evaluator and abstract repository.
Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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. |
-
.NETStandard 2.1
- Ardalis.Specification (>= 5.0.0-beta)
- Microsoft.EntityFrameworkCore (>= 5.0.3)
- Microsoft.EntityFrameworkCore.Relational (>= 5.0.3)
NuGet packages (47)
Showing the top 5 NuGet packages that depend on Ardalis.Specification.EntityFrameworkCore:
Package | Downloads |
---|---|
Delfin.Core.Infrastructure
An Infrastructure Layer library designed for Clean Architecture in .NET applications. This package provides the implementation of cross-cutting concerns such as data access, external service integration, and configuration management, ensuring that the application layers remain decoupled from infrastructure details. |
|
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 |
GitHub repositories (12)
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, now community supported: https://github.com/NimblePros/eShopOnWeb
|
|
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
|
|
neozhu/CleanArchitectureWithBlazorServer
This is a repository for creating a Blazor Server dashboard application following the principles of Clean Architecture
|
|
EdiWang/Moonglade
Blog system of https://edi.wang, runs on Microsoft Azure
|
Version | Downloads | Last updated |
---|---|---|
8.0.0 | 2,445,915 | 11/22/2023 |
7.0.0 | 870,261 | 5/26/2023 |
6.1.0 | 1,757,263 | 6/24/2022 |
6.0.1 | 691,672 | 1/19/2022 |
6.0.0 | 35,905 | 1/18/2022 |
5.2.0 | 409,301 | 9/7/2021 |
5.1.0 | 186,844 | 4/17/2021 |
5.0.3 | 41,519 | 3/5/2021 |
5.0.1-beta | 1,501 | 3/1/2021 |
5.0.0-beta | 1,519 | 3/1/2021 |
4.2.0 | 179,813 | 1/29/2021 |
4.1.0 | 257,503 | 9/4/2020 |
4.0.0 | 85,683 | 7/31/2020 |
Major refactoring. Updated to .NET 5. DbSet extensions. Post-processor support. AsSplitQuery support. Generic contraints. Non-generic repository with generic methods. New Evaluate method.