PozitronDev.QuerySpecification 2.0.0

.NET Standard 2.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package PozitronDev.QuerySpecification --version 2.0.0
NuGet\Install-Package PozitronDev.QuerySpecification -Version 2.0.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="PozitronDev.QuerySpecification" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PozitronDev.QuerySpecification --version 2.0.0
#r "nuget: PozitronDev.QuerySpecification, 2.0.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 PozitronDev.QuerySpecification as a Cake Addin
#addin nuget:?package=PozitronDev.QuerySpecification&version=2.0.0

// Install PozitronDev.QuerySpecification as a Cake Tool
#tool nuget:?package=PozitronDev.QuerySpecification&version=2.0.0

Abstract package for building query specifications in your domain model.

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.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on PozitronDev.QuerySpecification:

Package Downloads
PozitronDev.QuerySpecification.EntityFrameworkCore3

EntityFramework Core 3 plugin to PozitronDev.QuerySpecification containing the EF evaluator and abstract repository.

PozitronDev.QuerySpecification.EntityFrameworkCore

EntityFramework Core (latest) plugin to PozitronDev.QuerySpecification containing the EF evaluator and abstract repository.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.4 407 3/21/2021
4.1.0 309 2/18/2021
4.0.0 320 2/15/2021
3.2.0 374 10/26/2020
3.1.0 356 10/25/2020
3.0.0 390 10/25/2020
2.1.0 404 10/24/2020
2.0.0 505 10/24/2020
1.0.5 449 8/9/2020
1.0.4 450 7/24/2020
1.0.3 427 7/23/2020
1.0.2 489 7/18/2020
1.0.1 348 7/14/2020
1.0.0 382 7/14/2020

Added InMemory feature.