DataFilters.Queries
0.4.0
See the version list below for details.
dotnet add package DataFilters.Queries --version 0.4.0
NuGet\Install-Package DataFilters.Queries -Version 0.4.0
<PackageReference Include="DataFilters.Queries" Version="0.4.0" />
paket add DataFilters.Queries --version 0.4.0
#r "nuget: DataFilters.Queries, 0.4.0"
// Install DataFilters.Queries as a Cake Addin #addin nuget:?package=DataFilters.Queries&version=0.4.0 // Install DataFilters.Queries as a Cake Tool #tool nuget:?package=DataFilters.Queries&version=0.4.0
Provides extension methods to convert IFilter to IWhereClause and IOrder to ISort.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 1.3
- DataFilters (>= 0.4.0)
- FluentValidation (>= 8.6.3)
- NETStandard.Library (>= 1.6.1)
- Optional (>= 4.0.0)
- Queries.Core (>= 0.1.1)
-
.NETStandard 2.0
- DataFilters (>= 0.4.0)
- FluentValidation (>= 8.6.3)
- Optional (>= 4.0.0)
- Queries.Core (>= 0.1.1)
-
.NETStandard 2.1
- DataFilters (>= 0.4.0)
- FluentValidation (>= 8.6.3)
- Optional (>= 4.0.0)
- Queries.Core (>= 0.1.1)
-
net5.0
- DataFilters (>= 0.4.0)
- FluentValidation (>= 9.5.3)
- Optional (>= 4.0.0)
- Queries.Core (>= 0.1.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.13.1-fix0001 | 84 | 9/7/2024 |
0.13.1-fix.31 | 41 | 9/14/2024 |
0.13.1-fix.30 | 50 | 9/14/2024 |
0.13.1-fix.29 | 43 | 9/14/2024 |
0.13.1-beta0023 | 79 | 9/8/2024 |
0.13.1-beta0001 | 75 | 7/12/2024 |
0.13.0 | 147 | 7/11/2024 |
0.13.0-beta0001 | 99 | 7/7/2024 |
0.12.0 | 448 | 10/12/2022 |
0.12.0-beta0001 | 163 | 4/27/2022 |
0.11.0 | 467 | 3/13/2022 |
0.10.2 | 447 | 3/9/2022 |
0.10.0 | 442 | 1/12/2022 |
0.9.0 | 266 | 12/30/2021 |
0.9.0-beta0001 | 186 | 11/22/2021 |
0.8.0 | 433 | 10/10/2021 |
0.7.0 | 360 | 6/29/2021 |
0.6.0 | 350 | 5/3/2021 |
0.5.0 | 345 | 5/2/2021 |
0.5.0-alpha0004 | 235 | 4/3/2021 |
0.4.1 | 348 | 4/28/2021 |
0.4.0 | 351 | 4/3/2021 |
0.3.2 | 386 | 1/30/2021 |
0.3.1 | 398 | 1/3/2021 |
0.2.2 | 460 | 12/5/2020 |
0.2.1 | 426 | 12/4/2020 |
• Added support for [offset](/src/DataFilters/Grammar/Syntax/TimeOffset.cs) when parsing [TimeExpression](/src/DataFilters/Grammar/Syntax/TimeExpression.cs)s
• Changed [ConstantValueExpresssion.Value](/src/DataFilters/Grammar/Syntax/ConstantValueExpression.cs) type from string to object [BREAKING]
• Added support for [duration](/src/DataFilters/Grammar/Syntax/DurationExpression.cs) expressions
• Removed runtime dependency to [Candoumbe.MiscUtilities](Candoumbe.MiscUtilities) package [BREAKING]
• Moved classes from DataFilters.Converters to DataFilters.Serizalization namespace. [BREAKING]
• Added [Kind](/src/DataFilters/Grammar/Syntax/DateTimeExpressionKind.cs) property to specify the [DateTimeExpression](/src/DataFilters/Grammar/Syntax/DateTimeExpression.cs) [BREAKING]
Full changelog at https://github.com/candoumbe/DataFilters/blob/main/CHANGELOG.md