EntityFramework.DynamicLinq 1.4.8

dotnet add package EntityFramework.DynamicLinq --version 1.4.8                
NuGet\Install-Package EntityFramework.DynamicLinq -Version 1.4.8                
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.4.8" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EntityFramework.DynamicLinq --version 1.4.8                
#r "nuget: EntityFramework.DynamicLinq, 1.4.8"                
#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.
// Install EntityFramework.DynamicLinq as a Cake Addin
#addin nuget:?package=EntityFramework.DynamicLinq&version=1.4.8

// Install EntityFramework.DynamicLinq as a Cake Tool
#tool nuget:?package=EntityFramework.DynamicLinq&version=1.4.8                

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. 
.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.4.8 275 10/31/2024
1.4.7 347 10/26/2024
1.4.6 952 10/13/2024
1.4.5 4,317 8/20/2024
1.4.4 2,741 7/30/2024
1.4.3 1,186 7/1/2024
1.4.2 773 6/25/2024
1.4.1 337 6/21/2024
1.4.0 1,685 5/31/2024
1.3.14 2,967 5/3/2024
1.3.13 466 4/25/2024
1.3.12 1,554 4/18/2024
1.3.10 4,996 3/3/2024
1.3.9 183 2/29/2024
1.3.9-preview-02 81 2/3/2024
1.3.9-preview-01 92 1/23/2024
1.3.8 20,872 1/20/2024
1.3.7 13,972 11/20/2023
1.3.6 146 11/19/2023
1.3.5 19,952 9/21/2023
1.3.4 6,034 8/3/2023
1.3.3 13,206 6/24/2023
1.3.2 7,628 4/1/2023
1.3.1 7,272 3/6/2023
1.3.0 738 3/3/2023
1.2.25 12,196 2/5/2023
1.2.24 14,283 12/18/2022
1.2.23 13,199 11/12/2022
1.2.22 2,958 11/6/2022
1.2.21 1,994 10/28/2022
1.2.20 11,811 9/3/2022
1.2.20-preview-01 148 9/3/2022
1.2.19 30,958 6/26/2022
1.2.18 54,878 3/7/2022
1.2.17 4,540 2/21/2022
1.2.16 524 2/19/2022
1.2.15 17,842 12/17/2021
1.2.14 6,729 11/9/2021
1.2.13 14,757 10/9/2021
1.2.12 21,900 7/31/2021
1.2.11 4,130 7/19/2021
1.2.10 48,746 5/31/2021
1.2.9 9,731 3/26/2021
1.2.8 6,954 2/13/2021
1.2.7 9,461 12/26/2020
1.2.7-preview-03 413 12/26/2020
1.2.7-preview-02 391 12/26/2020
1.2.7-preview-01 394 12/26/2020
1.2.6 13,569 11/25/2020
1.2.6-preview-01 294 11/25/2020
1.2.5 7,248 10/24/2020
1.2.4 779 10/19/2020
1.2.3 37,383 10/11/2020
1.2.2 5,412 8/19/2020
1.2.1 4,749 8/8/2020
1.2.0 739 7/27/2020
1.1.8 37,550 7/12/2020
1.1.7 568 7/6/2020
1.1.6 619 7/5/2020
1.1.5 852 6/15/2020
1.1.4 608 6/15/2020
1.1.3 619 6/15/2020
1.1.2 716 5/31/2020
1.1.1 600 5/14/2020
1.1.0 596 4/25/2020
1.0.24 682 4/16/2020
1.0.23 647 3/26/2020
1.0.22 641 3/18/2020
1.0.21 1,028 2/29/2020
1.0.20 936 1/11/2020
1.0.19 1,654 8/29/2019
1.0.18 909 7/2/2019
1.0.17 802 6/14/2019
1.0.16 754 6/6/2019
1.0.15 744 5/20/2019
1.0.14 711 5/14/2019
1.0.13 717 5/3/2019
1.0.12 814 3/26/2019
1.0.11 796 2/28/2019
1.0.10 872 2/5/2019
1.0.9.2 1,064 1/10/2019
1.0.9.1 844 1/7/2019
1.0.9 2,992 10/19/2018
1.0.8.18 1,595 9/4/2018
1.0.8.17 1,000 8/27/2018
1.0.8.16 1,043 8/19/2018
1.0.8.15 975 8/17/2018
1.0.8.14 979 8/14/2018
1.0.8.13 1,041 8/2/2018
1.0.8.12 1,154 7/27/2018
1.0.8.11 3,795 6/6/2018
1.0.8.10 1,081 6/5/2018
1.0.8.9 1,177 5/26/2018
1.0.8.8 1,102 5/21/2018
1.0.8.7 1,427 5/9/2018
1.0.8.6 3,210 4/28/2018
1.0.8.5 1,260 4/27/2018
1.0.8.3 1,280 3/30/2018
1.0.8.2 13,107 1/9/2018
1.0.8.1 1,159 1/5/2018
1.0.8 1,043 12/16/2017
1.0.4.7 1,541 9/12/2017
1.0.4.6 1,220 7/8/2017
1.0.4.4 2,146 6/27/2017
1.0.4.3 1,318 6/1/2017
1.0.4.2 1,072 6/1/2017
1.0.4.1 1,081 5/31/2017
1.0.4 1,370 5/17/2017
1.0.3.5 1,561 4/8/2017
1.0.3.4 1,272 3/30/2017
1.0.3.3 16,639 3/25/2017
1.0.3.2 1,746 10/31/2016
1.0.3.1 1,369 10/30/2016
1.0.3 1,892 10/22/2016
1.0.2 1,703 6/29/2016
1.0.1 2,381 6/27/2016
1.0.0 1,805 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md