DataFilters.Expressions
0.7.0
See the version list below for details.
dotnet add package DataFilters.Expressions --version 0.7.0
NuGet\Install-Package DataFilters.Expressions -Version 0.7.0
<PackageReference Include="DataFilters.Expressions" Version="0.7.0" />
paket add DataFilters.Expressions --version 0.7.0
#r "nuget: DataFilters.Expressions, 0.7.0"
// Install DataFilters.Expressions as a Cake Addin #addin nuget:?package=DataFilters.Expressions&version=0.7.0 // Install DataFilters.Expressions as a Cake Tool #tool nuget:?package=DataFilters.Expressions&version=0.7.0
Converts IFilter instance to strongly typed expressions.
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
- Candoumbe.MiscUtilities (>= 0.5.3)
- DataFilters (>= 0.7.0)
- FluentValidation (>= 8.6.3)
- NETStandard.Library (>= 1.6.1)
- Optional (>= 4.0.0)
- System.Linq.Queryable (>= 4.3.0)
-
.NETStandard 2.0
- Candoumbe.MiscUtilities (>= 0.5.3)
- DataFilters (>= 0.7.0)
- FluentValidation (>= 8.6.3)
- Optional (>= 4.0.0)
- System.Linq.Queryable (>= 4.3.0)
-
.NETStandard 2.1
- Candoumbe.MiscUtilities (>= 0.5.3)
- DataFilters (>= 0.7.0)
- FluentValidation (>= 8.6.3)
- Optional (>= 4.0.0)
- System.Linq.Queryable (>= 4.3.0)
-
net5.0
- Candoumbe.MiscUtilities (>= 0.5.3)
- DataFilters (>= 0.7.0)
- FluentValidation (>= 9.5.4)
- Optional (>= 4.0.0)
- System.Linq.Queryable (>= 4.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DataFilters.Expressions:
Package | Downloads |
---|---|
Candoumbe.DataAccess
Couche d'accès générique. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.13.1-fix0001 | 103 | 9/7/2024 |
0.13.1-fix.31 | 51 | 9/14/2024 |
0.13.1-fix.30 | 54 | 9/14/2024 |
0.13.1-fix.29 | 45 | 9/14/2024 |
0.13.1-beta0023 | 90 | 9/8/2024 |
0.13.1-beta0001 | 84 | 7/12/2024 |
0.13.0 | 278 | 7/11/2024 |
0.13.0-beta0001 | 78 | 7/7/2024 |
0.12.0 | 8,403 | 10/12/2022 |
0.12.0-beta0001 | 151 | 4/27/2022 |
0.11.0 | 6,397 | 3/13/2022 |
0.10.2 | 460 | 3/9/2022 |
0.10.0 | 493 | 1/12/2022 |
0.9.0 | 290 | 12/30/2021 |
0.9.0-beta0001 | 177 | 11/22/2021 |
0.8.0 | 607 | 10/10/2021 |
0.7.0 | 351 | 6/29/2021 |
0.6.0 | 341 | 5/3/2021 |
0.5.0 | 325 | 5/2/2021 |
0.5.0-alpha0004 | 230 | 4/3/2021 |
0.4.1 | 342 | 4/28/2021 |
0.4.0 | 428 | 4/3/2021 |
0.3.2 | 499 | 1/30/2021 |
0.3.1 | 3,822 | 1/3/2021 |
0.2.2 | 935 | 12/5/2020 |
0.2.1 | 428 | 12/4/2020 |
• Fixed missing documentation ([#17](https://github.com/candoumbe/datafilters/issues/17))
• Fixed parsing *<regex>, <regex>* expressions ([#18](https://github.com/candoumbe/datafilters/issues/18))
• Added complexity measurement of a FilterExpression ([#19](https://github.com/candoumbe/datafilters/issues/19))
• Renamed PropertyNameExpression to PropertyName as its no longer a FilterExpression [BREAKING]
• Removed EqualExpression
• Added support for [<start>-<end>] regex syntax [BREAKING]
• Renamed RegularExpression to BracketExpression [BREAKING]
• Renamed RegularValue to BracketValue [BREAKING]
• Renamed RegularConstantValue to ConstantBracketValue [BREAKING]
• Renamed RegularRangeValue to RangeBracketValue [BREAKING]
• Replaced ConstantValueExpression(object) constructor by : [BREAKING]
• ConstantValueExpression(string)
• ConstantValueExpression(int)
• ConstantValueExpression(long)
• ConstantValueExpression(bool)
• ConstantValueExpression(Guid)
• ConstantValueExpression(DateTime)
• ConstantValueExpression(DateTimeOffset)
• ConstantValueExpression(byte)
• ConstantValueExpression(char)
Full changelog at https://github.com/candoumbe/DataFilters/blob/main/CHANGELOG.md