EntityFramework.DynamicLinq 1.6.0-preview-02

This is a prerelease version of EntityFramework.DynamicLinq.
There is a newer version of this package available.
See the version list below for details.
dotnet add package EntityFramework.DynamicLinq --version 1.6.0-preview-02
                    
NuGet\Install-Package EntityFramework.DynamicLinq -Version 1.6.0-preview-02
                    
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="EntityFramework.DynamicLinq" Version="1.6.0-preview-02" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EntityFramework.DynamicLinq" Version="1.6.0-preview-02" />
                    
Directory.Packages.props
<PackageReference Include="EntityFramework.DynamicLinq" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EntityFramework.DynamicLinq --version 1.6.0-preview-02
                    
#r "nuget: EntityFramework.DynamicLinq, 1.6.0-preview-02"
                    
#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.
#:package EntityFramework.DynamicLinq@1.6.0-preview-02
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EntityFramework.DynamicLinq&version=1.6.0-preview-02&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=EntityFramework.DynamicLinq&version=1.6.0-preview-02&prerelease
                    
Install as a Cake Tool

System.Linq.Dynamic.Core

This is a .NET Core / Standard port of the Microsoft assembly for the .Net 4.0 Dynamic language functionality.

Overview

With this library it's possible to write Dynamic LINQ queries (string based) on an IQueryable:

var query = db.Customers
    .Where("City == @0 and Orders.Count >= @1", "London", 10)
    .OrderBy("CompanyName")
    .Select("new(CompanyName as Name, Phone)");

Library Powered By

This library is powered by Entity Framework Extensions

Product 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net45 is compatible.  net451 was computed.  net452 is compatible.  net46 is compatible.  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 tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.6.9 124 10/11/2025
1.6.8 489 9/28/2025
1.6.7 4,301 7/28/2025
1.6.6 1,953 6/11/2025
1.6.5 1,608 5/28/2025
1.6.4 1,738 5/19/2025
1.6.3 8,169 5/9/2025
1.6.2 4,158 4/24/2025
1.6.0.2 25,540 2/11/2025
1.6.0.1 10,613 1/28/2025
1.6.0 825 1/26/2025
1.6.0-preview-03 152 1/25/2025
1.6.0-preview-02 119 1/24/2025
1.6.0-preview-01 143 1/23/2025
1.5.1 10,502 12/12/2024
1.5.0 2,096 12/7/2024
1.4.9 2,180 11/16/2024
1.4.8 2,083 10/31/2024
1.4.7 2,415 10/26/2024
1.4.6 5,252 10/13/2024
1.4.5 9,789 8/20/2024
1.4.4 7,403 7/30/2024
1.4.3 2,079 7/1/2024
1.4.2 1,460 6/25/2024
1.4.1 421 6/21/2024
1.4.0 3,809 5/31/2024
1.3.14 3,585 5/3/2024
1.3.13 546 4/25/2024
1.3.12 2,936 4/18/2024
1.3.10 7,584 3/3/2024
1.3.9 256 2/29/2024
1.3.9-preview-02 159 2/3/2024
1.3.9-preview-01 155 1/23/2024
1.3.8 31,262 1/20/2024
1.3.7 19,237 11/20/2023
1.3.6 229 11/19/2023
1.3.5 36,635 9/21/2023
1.3.4 7,858 8/3/2023
1.3.3 14,092 6/24/2023
1.3.2 10,701 4/1/2023
1.3.1 7,626 3/6/2023
1.3.0 1,230 3/3/2023
1.2.25 16,893 2/5/2023
1.2.24 15,734 12/18/2022
1.2.23 15,675 11/12/2022
1.2.22 3,450 11/6/2022
1.2.21 2,124 10/28/2022
1.2.20 15,735 9/3/2022
1.2.20-preview-01 249 9/3/2022
1.2.19 31,503 6/26/2022
1.2.18 62,438 3/7/2022
1.2.17 5,017 2/21/2022
1.2.16 663 2/19/2022
1.2.15 18,274 12/17/2021
1.2.14 6,973 11/9/2021
1.2.13 18,709 10/9/2021
1.2.12 22,820 7/31/2021
1.2.11 5,883 7/19/2021
1.2.10 64,497 5/31/2021
1.2.9 10,708 3/26/2021
1.2.8 7,387 2/13/2021
1.2.7 9,747 12/26/2020
1.2.7-preview-03 563 12/26/2020
1.2.7-preview-02 536 12/26/2020
1.2.7-preview-01 540 12/26/2020
1.2.6 18,014 11/25/2020
1.2.6-preview-01 434 11/25/2020
1.2.5 7,527 10/24/2020
1.2.4 931 10/19/2020
1.2.3 41,870 10/11/2020
1.2.2 10,337 8/19/2020
1.2.1 5,732 8/8/2020
1.2.0 898 7/27/2020
1.1.8 49,614 7/12/2020
1.1.7 720 7/6/2020
1.1.6 783 7/5/2020
1.1.5 1,025 6/15/2020
1.1.4 769 6/15/2020
1.1.3 771 6/15/2020
1.1.2 873 5/31/2020
1.1.1 771 5/14/2020
1.1.0 777 4/25/2020
1.0.24 848 4/16/2020
1.0.23 816 3/26/2020
1.0.22 810 3/18/2020
1.0.21 1,190 2/29/2020
1.0.20 1,100 1/11/2020
1.0.19 1,839 8/29/2019
1.0.18 1,073 7/2/2019
1.0.17 962 6/14/2019
1.0.16 927 6/6/2019
1.0.15 910 5/20/2019
1.0.14 886 5/14/2019
1.0.13 887 5/3/2019
1.0.12 995 3/26/2019
1.0.11 986 2/28/2019
1.0.10 1,044 2/5/2019
1.0.9.2 1,245 1/10/2019
1.0.9.1 1,016 1/7/2019
1.0.9 3,214 10/19/2018
1.0.8.18 1,800 9/4/2018
1.0.8.17 1,204 8/27/2018
1.0.8.16 1,253 8/19/2018
1.0.8.15 1,162 8/17/2018
1.0.8.14 1,187 8/14/2018
1.0.8.13 1,335 8/2/2018
1.0.8.12 1,449 7/27/2018
1.0.8.11 4,210 6/6/2018
1.0.8.10 1,496 6/5/2018
1.0.8.9 1,600 5/26/2018
1.0.8.8 1,520 5/21/2018
1.0.8.7 1,853 5/9/2018
1.0.8.6 3,641 4/28/2018
1.0.8.5 1,684 4/27/2018
1.0.8.3 1,709 3/30/2018
1.0.8.2 16,523 1/9/2018
1.0.8.1 1,591 1/5/2018
1.0.8 1,346 12/16/2017
1.0.4.7 1,850 9/12/2017
1.0.4.6 1,531 7/8/2017
1.0.4.4 2,471 6/27/2017
1.0.4.3 1,630 6/1/2017
1.0.4.2 1,385 6/1/2017
1.0.4.1 1,409 5/31/2017
1.0.4 2,257 5/17/2017
1.0.3.5 2,006 4/8/2017
1.0.3.4 1,729 3/30/2017
1.0.3.3 20,210 3/25/2017
1.0.3.2 2,197 10/31/2016
1.0.3.1 1,817 10/30/2016
1.0.3 2,341 10/22/2016
1.0.2 2,280 6/29/2016
1.0.1 2,844 6/27/2016
1.0.0 2,585 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md