EntityFramework.DynamicLinq 1.3.5

.NET Standard 2.1 .NET Framework 4.5
dotnet add package EntityFramework.DynamicLinq --version 1.3.5
NuGet\Install-Package EntityFramework.DynamicLinq -Version 1.3.5
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.3.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EntityFramework.DynamicLinq --version 1.3.5
#r "nuget: EntityFramework.DynamicLinq, 1.3.5"
#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.3.5

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

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. 
.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)
Additional computed target framework(s)
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.3.5 30 9/21/2023
1.3.4 1,129 8/3/2023
1.3.3 4,158 6/24/2023
1.3.2 3,173 4/1/2023
1.3.1 4,820 3/6/2023
1.3.0 330 3/3/2023
1.2.25 3,774 2/5/2023
1.2.24 8,522 12/18/2022
1.2.23 6,492 11/12/2022
1.2.22 1,832 11/6/2022
1.2.21 1,404 10/28/2022
1.2.20 7,751 9/3/2022
1.2.20-preview-01 82 9/3/2022
1.2.19 25,352 6/26/2022
1.2.18 42,924 3/7/2022
1.2.17 3,732 2/21/2022
1.2.16 465 2/19/2022
1.2.15 17,454 12/17/2021
1.2.14 6,496 11/9/2021
1.2.13 11,424 10/9/2021
1.2.12 19,787 7/31/2021
1.2.11 1,918 7/19/2021
1.2.10 25,443 5/31/2021
1.2.9 7,553 3/26/2021
1.2.8 6,385 2/13/2021
1.2.7 9,054 12/26/2020
1.2.7-preview-03 364 12/26/2020
1.2.7-preview-02 360 12/26/2020
1.2.7-preview-01 360 12/26/2020
1.2.6 10,449 11/25/2020
1.2.6-preview-01 251 11/25/2020
1.2.5 6,787 10/24/2020
1.2.4 702 10/19/2020
1.2.3 19,476 10/11/2020
1.2.2 3,430 8/19/2020
1.2.1 4,154 8/8/2020
1.2.0 675 7/27/2020
1.1.8 20,970 7/12/2020
1.1.7 500 7/6/2020
1.1.6 558 7/5/2020
1.1.5 760 6/15/2020
1.1.4 546 6/15/2020
1.1.3 574 6/15/2020
1.1.2 648 5/31/2020
1.1.1 545 5/14/2020
1.1.0 536 4/25/2020
1.0.24 605 4/16/2020
1.0.23 603 3/26/2020
1.0.22 589 3/18/2020
1.0.21 948 2/29/2020
1.0.20 885 1/11/2020
1.0.19 1,566 8/29/2019
1.0.18 859 7/2/2019
1.0.17 738 6/14/2019
1.0.16 694 6/6/2019
1.0.15 685 5/20/2019
1.0.14 655 5/14/2019
1.0.13 663 5/3/2019
1.0.12 756 3/26/2019
1.0.11 737 2/28/2019
1.0.10 807 2/5/2019
1.0.9.2 988 1/10/2019
1.0.9.1 777 1/7/2019
1.0.9 2,905 10/19/2018
1.0.8.18 1,520 9/4/2018
1.0.8.17 905 8/27/2018
1.0.8.16 966 8/19/2018
1.0.8.15 905 8/17/2018
1.0.8.14 904 8/14/2018
1.0.8.13 981 8/2/2018
1.0.8.12 1,090 7/27/2018
1.0.8.11 3,718 6/6/2018
1.0.8.10 1,012 6/5/2018
1.0.8.9 1,108 5/26/2018
1.0.8.8 1,047 5/21/2018
1.0.8.7 1,353 5/9/2018
1.0.8.6 3,133 4/28/2018
1.0.8.5 1,194 4/27/2018
1.0.8.3 1,207 3/30/2018
1.0.8.2 9,447 1/9/2018
1.0.8.1 1,083 1/5/2018
1.0.8 980 12/16/2017
1.0.4.7 1,424 9/12/2017
1.0.4.6 1,147 7/8/2017
1.0.4.4 2,066 6/27/2017
1.0.4.3 1,242 6/1/2017
1.0.4.2 1,006 6/1/2017
1.0.4.1 1,010 5/31/2017
1.0.4 1,221 5/17/2017
1.0.3.5 1,388 4/8/2017
1.0.3.4 1,196 3/30/2017
1.0.3.3 14,079 3/25/2017
1.0.3.2 1,667 10/31/2016
1.0.3.1 1,294 10/30/2016
1.0.3 1,811 10/22/2016
1.0.2 1,616 6/29/2016
1.0.1 2,289 6/27/2016
1.0.0 1,696 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md