PozitronDev.QuerySpecification
3.0.0
See the version list below for details.
dotnet add package PozitronDev.QuerySpecification --version 3.0.0
NuGet\Install-Package PozitronDev.QuerySpecification -Version 3.0.0
<PackageReference Include="PozitronDev.QuerySpecification" Version="3.0.0" />
paket add PozitronDev.QuerySpecification --version 3.0.0
#r "nuget: PozitronDev.QuerySpecification, 3.0.0"
// Install PozitronDev.QuerySpecification as a Cake Addin
#addin nuget:?package=PozitronDev.QuerySpecification&version=3.0.0
// Install PozitronDev.QuerySpecification as a Cake Tool
#tool nuget:?package=PozitronDev.QuerySpecification&version=3.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 |
-
.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 |
Search feature refactored and completed. Breaking changes: In order to use the feature, no need to provide your own implementations for ISearchEvaluator anymore. The expressions are completely evaluated within the package.