System.Linq.Dynamic.Core 1.5.1

Details
Advisory: https://github.com/advisories/GHSA-4cv2-4hjh-77rx Severity: high
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package System.Linq.Dynamic.Core --version 1.5.1                
NuGet\Install-Package System.Linq.Dynamic.Core -Version 1.5.1                
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="System.Linq.Dynamic.Core" Version="1.5.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Linq.Dynamic.Core --version 1.5.1                
#r "nuget: System.Linq.Dynamic.Core, 1.5.1"                
#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 System.Linq.Dynamic.Core as a Cake Addin
#addin nuget:?package=System.Linq.Dynamic.Core&version=1.5.1

// Install System.Linq.Dynamic.Core as a Cake Tool
#tool nuget:?package=System.Linq.Dynamic.Core&version=1.5.1                

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 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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 is compatible.  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 is compatible.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.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 net35 is compatible.  net40 is compatible.  net403 was computed.  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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed.  uap10.0.10240 is compatible. 
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 (1.1K)

Showing the top 5 NuGet packages that depend on System.Linq.Dynamic.Core:

Package Downloads
Volo.Abp.Core

Package Description

Abp

Abp

Handlebars.Net.Helpers.DynamicLinq

Handlebars.Net.Helpers DynamicLinq

Radzen.Blazor

Radzen Blazor is a set of 90+ free native Blazor UI controls packed with DataGrid, Scheduler, Charts and robust theming including Material design and Fluent UI.

Microsoft.EntityFrameworkCore.DynamicLinq

Dynamic Linq extensions for Microsoft.EntityFrameworkCore which adds Async support

GitHub repositories (80)

Showing the top 5 popular GitHub repositories that depend on System.Linq.Dynamic.Core:

Repository Stars
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
chocolatey/choco
Chocolatey - the package manager for Windows
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
elsa-workflows/elsa-core
A .NET workflows library
Version Downloads Last updated
1.6.0-preview-01 0 1/23/2025
1.5.1 418,248 12/12/2024 1.5.1 has at least one vulnerability with high severity.
1.5.0 60,527 12/7/2024 1.5.0 has at least one vulnerability with high severity.
1.4.9 365,191 11/16/2024 1.4.9 has at least one vulnerability with high severity.
1.4.8 581,642 10/31/2024 1.4.8 has at least one vulnerability with high severity.
1.4.7 147,083 10/26/2024 1.4.7 has at least one vulnerability with high severity.
1.4.6 398,539 10/13/2024 1.4.6 has at least one vulnerability with high severity.
1.4.5 2,096,146 8/20/2024 1.4.5 has at least one vulnerability with high severity.
1.4.4 630,983 7/30/2024 1.4.4 has at least one vulnerability with high severity.
1.4.3 1,410,297 7/1/2024 1.4.3 has at least one vulnerability with high severity.
1.4.2 167,010 6/25/2024 1.4.2 has at least one vulnerability with high severity.
1.4.1 188,988 6/21/2024 1.4.1 has at least one vulnerability with high severity.
1.4.0 1,589,152 5/31/2024 1.4.0 has at least one vulnerability with high severity.
1.3.14 1,201,933 5/3/2024 1.3.14 has at least one vulnerability with high severity.
1.3.13 429,436 4/25/2024 1.3.13 has at least one vulnerability with high severity.
1.3.12 2,813,130 4/18/2024 1.3.12 has at least one vulnerability with high severity.
1.3.10 3,078,115 3/3/2024 1.3.10 has at least one vulnerability with high severity.
1.3.9 202,293 2/29/2024 1.3.9 has at least one vulnerability with high severity.
1.3.9-preview-02 21,153 2/3/2024 1.3.9-preview-02 has at least one vulnerability with high severity.
1.3.9-preview-01 7,837 1/23/2024 1.3.9-preview-01 has at least one vulnerability with high severity.
1.3.8 2,506,080 1/20/2024 1.3.8 has at least one vulnerability with high severity.
1.3.7 7,987,326 11/20/2023 1.3.7 has at least one vulnerability with high severity.
1.3.6 78,465 11/19/2023 1.3.6 has at least one vulnerability with high severity.
1.3.5 5,575,421 9/21/2023 1.3.5 has at least one vulnerability with high severity.
1.3.4 3,636,413 8/3/2023 1.3.4 has at least one vulnerability with high severity.
1.3.3 4,206,883 6/24/2023 1.3.3 has at least one vulnerability with high severity.
1.3.2 3,560,558 4/1/2023 1.3.2 has at least one vulnerability with high severity.
1.3.1 8,922,061 3/6/2023 1.3.1 has at least one vulnerability with high severity.
1.3.0 3,370,273 3/3/2023 1.3.0 has at least one vulnerability with high severity.
1.2.25 1,969,378 2/5/2023 1.2.25 has at least one vulnerability with critical severity.
1.2.24 1,679,007 12/18/2022 1.2.24 has at least one vulnerability with critical severity.
1.2.23 2,738,337 11/12/2022 1.2.23 has at least one vulnerability with critical severity.
1.2.22 1,818,179 11/6/2022 1.2.22 has at least one vulnerability with critical severity.
1.2.21 593,597 10/28/2022 1.2.21 has at least one vulnerability with critical severity.
1.2.20 3,379,834 9/3/2022 1.2.20 has at least one vulnerability with critical severity.
1.2.20-preview-01 3,255 9/3/2022 1.2.20-preview-01 has at least one vulnerability with critical severity.
1.2.19 4,630,583 6/26/2022 1.2.19 has at least one vulnerability with critical severity.
1.2.18 16,952,671 3/7/2022 1.2.18 has at least one vulnerability with critical severity.
1.2.17 760,906 2/21/2022 1.2.17 has at least one vulnerability with critical severity.
1.2.16 71,285 2/19/2022 1.2.16 has at least one vulnerability with critical severity.
1.2.15 3,276,682 12/18/2021 1.2.15 has at least one vulnerability with critical severity.
1.2.14 4,466,374 11/9/2021 1.2.14 has at least one vulnerability with critical severity.
1.2.13 1,594,038 10/9/2021 1.2.13 has at least one vulnerability with critical severity.
1.2.12 11,559,939 7/31/2021 1.2.12 has at least one vulnerability with critical severity.
1.2.11 519,091 7/19/2021 1.2.11 has at least one vulnerability with critical severity.
1.2.10 3,460,792 5/31/2021 1.2.10 has at least one vulnerability with critical severity.
1.2.9 7,336,690 3/26/2021 1.2.9 has at least one vulnerability with critical severity.
1.2.8 2,358,924 2/13/2021 1.2.8 has at least one vulnerability with critical severity.
1.2.7 2,193,880 12/26/2020 1.2.7 has at least one vulnerability with critical severity.
1.2.7-preview-03 3,673 12/26/2020 1.2.7-preview-03 has at least one vulnerability with critical severity.
1.2.7-preview-02 3,275 12/26/2020 1.2.7-preview-02 has at least one vulnerability with critical severity.
1.2.7-preview-01 3,687 12/26/2020 1.2.7-preview-01 has at least one vulnerability with critical severity.
1.2.6 3,167,211 11/25/2020 1.2.6 has at least one vulnerability with critical severity.
1.2.6-preview-01 3,285 11/25/2020 1.2.6-preview-01 has at least one vulnerability with critical severity.
1.2.5 2,085,012 10/24/2020 1.2.5 has at least one vulnerability with critical severity.
1.2.4 204,181 10/19/2020 1.2.4 has at least one vulnerability with critical severity.
1.2.3 463,266 10/11/2020 1.2.3 has at least one vulnerability with critical severity.
1.2.2 2,670,953 8/19/2020 1.2.2 has at least one vulnerability with critical severity.
1.2.1 574,945 8/8/2020 1.2.1 has at least one vulnerability with critical severity.
1.2.0 5,051,005 7/27/2020 1.2.0 has at least one vulnerability with critical severity.
1.1.8 971,302 7/12/2020 1.1.8 has at least one vulnerability with critical severity.
1.1.7 150,107 7/6/2020 1.1.7 has at least one vulnerability with critical severity.
1.1.6 19,166 7/5/2020 1.1.6 has at least one vulnerability with critical severity.
1.1.5 5,917,563 6/15/2020 1.1.5 has at least one vulnerability with critical severity.
1.1.4 3,137 6/15/2020 1.1.4 has at least one vulnerability with critical severity.
1.1.3 7,211 6/15/2020 1.1.3 has at least one vulnerability with critical severity.
1.1.2 713,226 5/31/2020 1.1.2 has at least one vulnerability with critical severity.
1.1.1 1,548,273 5/14/2020 1.1.1 has at least one vulnerability with critical severity.
1.1.0 1,083,011 4/25/2020 1.1.0 has at least one vulnerability with critical severity.
1.0.24 551,561 4/16/2020 1.0.24 has at least one vulnerability with critical severity.
1.0.23 1,218,991 3/26/2020 1.0.23 has at least one vulnerability with critical severity.
1.0.22 512,190 3/18/2020 1.0.22 has at least one vulnerability with critical severity.
1.0.21 743,635 2/29/2020 1.0.21 has at least one vulnerability with critical severity.
1.0.20 2,053,706 1/11/2020 1.0.20 has at least one vulnerability with critical severity.
1.0.19 8,981,542 8/29/2019 1.0.19 has at least one vulnerability with critical severity.
1.0.18 2,121,393 7/2/2019 1.0.18 has at least one vulnerability with critical severity.
1.0.17 753,229 6/14/2019 1.0.17 has at least one vulnerability with critical severity.
1.0.16 2,017,071 6/6/2019 1.0.16 has at least one vulnerability with critical severity.
1.0.15 555,037 5/20/2019 1.0.15 has at least one vulnerability with critical severity.
1.0.14 383,557 5/14/2019 1.0.14 has at least one vulnerability with critical severity.
1.0.13 428,242 5/3/2019 1.0.13 has at least one vulnerability with critical severity.
1.0.12 8,116,372 3/26/2019 1.0.12 has at least one vulnerability with critical severity.
1.0.11 1,021,816 2/28/2019 1.0.11 has at least one vulnerability with critical severity.
1.0.10 1,537,489 2/5/2019 1.0.10 has at least one vulnerability with critical severity.
1.0.9.2 1,309,149 1/10/2019 1.0.9.2 has at least one vulnerability with critical severity.
1.0.9.1 197,519 1/7/2019 1.0.9.1 has at least one vulnerability with critical severity.
1.0.9 3,791,398 10/19/2018 1.0.9 has at least one vulnerability with critical severity.
1.0.8.18 1,155,666 9/4/2018 1.0.8.18 has at least one vulnerability with critical severity.
1.0.8.17 671,809 8/27/2018 1.0.8.17 has at least one vulnerability with critical severity.
1.0.8.16 247,361 8/19/2018 1.0.8.16 has at least one vulnerability with critical severity.
1.0.8.15 6,026 8/17/2018 1.0.8.15 has at least one vulnerability with critical severity.
1.0.8.14 131,048 8/14/2018 1.0.8.14 has at least one vulnerability with critical severity.
1.0.8.13 154,610 8/2/2018 1.0.8.13 has at least one vulnerability with critical severity.
1.0.8.12 46,590 7/27/2018 1.0.8.12 has at least one vulnerability with critical severity.
1.0.8.11 1,371,395 6/6/2018 1.0.8.11 has at least one vulnerability with critical severity.
1.0.8.10 10,285 6/5/2018 1.0.8.10 has at least one vulnerability with critical severity.
1.0.8.9 1,087,009 5/26/2018 1.0.8.9 has at least one vulnerability with critical severity.
1.0.8.8 130,691 5/21/2018 1.0.8.8 has at least one vulnerability with critical severity.
1.0.8.7 283,894 5/9/2018 1.0.8.7 has at least one vulnerability with critical severity.
1.0.8.6 249,296 4/28/2018 1.0.8.6 has at least one vulnerability with critical severity.
1.0.8.5 214,494 4/27/2018 1.0.8.5 has at least one vulnerability with critical severity.
1.0.8.3 284,777 3/30/2018 1.0.8.3 has at least one vulnerability with critical severity.
1.0.8.2 943,657 1/9/2018 1.0.8.2 has at least one vulnerability with critical severity.
1.0.8.1 10,128 1/5/2018 1.0.8.1 has at least one vulnerability with critical severity.
1.0.8 107,590 12/16/2017 1.0.8 has at least one vulnerability with critical severity.
1.0.7.13 173,563 11/29/2017 1.0.7.13 has at least one vulnerability with critical severity.
1.0.7.12 899,404 11/9/2017 1.0.7.12 has at least one vulnerability with critical severity.
1.0.7.11 48,749 11/1/2017 1.0.7.11 has at least one vulnerability with critical severity.
1.0.7.10 8,531 10/27/2017 1.0.7.10 has at least one vulnerability with critical severity.
1.0.7.9 428,123 9/12/2017 1.0.7.9 has at least one vulnerability with high severity.
1.0.7.7 101,499 8/29/2017 1.0.7.7 has at least one vulnerability with high severity.
1.0.7.6 335,244 7/8/2017 1.0.7.6 has at least one vulnerability with high severity.
1.0.7.5 69,711 6/28/2017 1.0.7.5 has at least one vulnerability with high severity.
1.0.7.4 5,393 6/27/2017 1.0.7.4 has at least one vulnerability with high severity.
1.0.7.3 111,366 6/1/2017 1.0.7.3 has at least one vulnerability with high severity.
1.0.7.2 4,088 6/1/2017 1.0.7.2 has at least one vulnerability with high severity.
1.0.7.1 4,941 5/31/2017 1.0.7.1 has at least one vulnerability with high severity.
1.0.7 27,643 5/17/2017 1.0.7 has at least one vulnerability with high severity.
1.0.6.13 304,650 4/8/2017 1.0.6.13 has at least one vulnerability with high severity.
1.0.6.12 17,104 3/30/2017 1.0.6.12 has at least one vulnerability with high severity.
1.0.6.11 51,798 3/25/2017 1.0.6.11 has at least one vulnerability with high severity.
1.0.6.10 88,346 2/2/2017 1.0.6.10 has at least one vulnerability with high severity.
1.0.6.9 42,717 12/8/2016 1.0.6.9 has at least one vulnerability with high severity.
1.0.6.8 133,520 10/31/2016 1.0.6.8 has at least one vulnerability with high severity.
1.0.6.7 4,387 10/30/2016 1.0.6.7 has at least one vulnerability with high severity.
1.0.6.6 17,469 10/22/2016 1.0.6.6 has at least one vulnerability with high severity.
1.0.6.5 10,951 10/2/2016 1.0.6.5 has at least one vulnerability with high severity.
1.0.6.4 3,935 9/30/2016 1.0.6.4 has at least one vulnerability with high severity.
1.0.6.3 5,269 9/27/2016 1.0.6.3 has at least one vulnerability with high severity.
1.0.6.2 4,614 9/24/2016 1.0.6.2 has at least one vulnerability with high severity.
1.0.6.1 4,515 9/21/2016 1.0.6.1 has at least one vulnerability with high severity.
1.0.6 15,393 9/20/2016 1.0.6 has at least one vulnerability with high severity.
1.0.5.4 21,378 7/25/2016 1.0.5.4 has at least one vulnerability with high severity.
1.0.5.3 3,729 7/24/2016 1.0.5.3 has at least one vulnerability with high severity.
1.0.5.2 5,333 7/22/2016 1.0.5.2 has at least one vulnerability with high severity.
1.0.5.1 4,785 7/15/2016 1.0.5.1 has at least one vulnerability with high severity.
1.0.5 12,850 6/29/2016 1.0.5 has at least one vulnerability with high severity.
1.0.4 8,199 6/27/2016 1.0.4 has at least one vulnerability with high severity.
1.0.3.4 15,906 6/8/2016 1.0.3.4 has at least one vulnerability with high severity.
1.0.3.3 3,805 6/5/2016 1.0.3.3 has at least one vulnerability with high severity.
1.0.3.2 4,082 6/4/2016 1.0.3.2 has at least one vulnerability with high severity.
1.0.3.1 3,761 5/31/2016 1.0.3.1 has at least one vulnerability with high severity.
1.0.3 6,295 5/19/2016 1.0.3 has at least one vulnerability with high severity.
1.0.2.3 5,038 5/19/2016 1.0.2.3 has at least one vulnerability with high severity.
1.0.2.2 4,122 5/19/2016 1.0.2.2 has at least one vulnerability with high severity.
1.0.2 3,698 5/16/2016 1.0.2 has at least one vulnerability with high severity.
1.0.1 3,650 5/15/2016 1.0.1 has at least one vulnerability with high severity.
1.0.0 38,094 4/10/2016 1.0.0 has at least one vulnerability with high severity.

Bugfixes and new Features. For details see CHANGELOG.md