Castle.DynamicLinqQueryBuilder
1.1.3
See the version list below for details.
dotnet add package Castle.DynamicLinqQueryBuilder --version 1.1.3
NuGet\Install-Package Castle.DynamicLinqQueryBuilder -Version 1.1.3
<PackageReference Include="Castle.DynamicLinqQueryBuilder" Version="1.1.3" />
paket add Castle.DynamicLinqQueryBuilder --version 1.1.3
#r "nuget: Castle.DynamicLinqQueryBuilder, 1.1.3"
// Install Castle.DynamicLinqQueryBuilder as a Cake Addin #addin nuget:?package=Castle.DynamicLinqQueryBuilder&version=1.1.3 // Install Castle.DynamicLinqQueryBuilder as a Cake Tool #tool nuget:?package=Castle.DynamicLinqQueryBuilder&version=1.1.3
A simple dynamic expression-tree query builder. You pass it a nested collection of filters for an object, and it materializes a query capable of acting as the filter to an arbitrary collection.
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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. 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 | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Castle.DynamicLinqQueryBuilder:
Package | Downloads |
---|---|
MSFactory.ToolKits
Package Description |
|
Castle.DynamicLinqQueryBuilder.SystemTextJson
A companion package for those using System.Text.Json |
|
Iu5dmf.Sphere.Gui.Core
GUI Core library for Sphere |
|
CPIT.DynamicForm
Package Description |
|
DataModeler
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.4 | 7,414 | 8/31/2024 |
1.3.3 | 70,810 | 8/30/2023 |
1.3.2 | 23,772 | 5/2/2023 |
1.3.1 | 596 | 4/29/2023 |
1.3.0 | 3,329 | 4/20/2023 |
1.2.9 | 45,842 | 10/8/2022 |
1.2.8 | 923 | 10/6/2022 |
1.2.7 | 3,718 | 9/13/2022 |
1.2.6 | 15,623 | 8/7/2022 |
1.2.5 | 349,139 | 5/3/2022 |
1.2.4 | 27,577 | 3/7/2022 |
1.2.3 | 130,760 | 12/2/2021 |
1.2.2 | 4,671 | 11/20/2021 |
1.2.1 | 680 | 11/18/2021 |
1.2.0 | 64,976 | 12/3/2020 |
1.1.4 | 146,365 | 6/15/2019 |
1.1.3 | 7,444 | 3/27/2019 |
1.1.2 | 2,546 | 2/17/2019 |
1.1.1 | 2,621 | 1/12/2019 |
1.1.0 | 1,343 | 12/25/2018 |
1.0.5 | 62,309 | 7/2/2016 |
1.0.5-prerelease | 2,003 | 3/9/2016 |
1.0.4 | 1,624 | 3/4/2016 |
1.0.3 | 1,440 | 3/1/2016 |
1.0.2 | 1,576 | 2/23/2016 |
1.0.1 | 1,571 | 1/27/2016 |
Allows CultureInfo to be changed for better date handling, adds a better method of altering jQuery-QueryBuilder data to avoid bugs. See wiki for more.