System.Linq.Dynamic.Core 1.6.0.1

dotnet add package System.Linq.Dynamic.Core --version 1.6.0.1                
NuGet\Install-Package System.Linq.Dynamic.Core -Version 1.6.0.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.6.0.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.6.0.1                
#r "nuget: System.Linq.Dynamic.Core, 1.6.0.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.6.0.1

// Install System.Linq.Dynamic.Core as a Cake Tool
#tool nuget:?package=System.Linq.Dynamic.Core&version=1.6.0.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 (79)

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
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
elsa-workflows/elsa-core
A .NET workflows library
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
Version Downloads Last updated
1.6.0.1 71,048 1/28/2025
1.6.0 98,233 1/26/2025
1.6.0-preview-03 1,372 1/25/2025 1.6.0-preview-03 has at least one vulnerability with high severity.
1.6.0-preview-02 3,251 1/24/2025 1.6.0-preview-02 has at least one vulnerability with high severity.
1.6.0-preview-01 1,990 1/23/2025 1.6.0-preview-01 has at least one vulnerability with high severity.
1.5.1 607,048 12/12/2024 1.5.1 has at least one vulnerability with high severity.
1.5.0 70,846 12/7/2024 1.5.0 has at least one vulnerability with high severity.
1.4.9 411,038 11/16/2024 1.4.9 has at least one vulnerability with high severity.
1.4.8 630,617 10/31/2024 1.4.8 has at least one vulnerability with high severity.
1.4.7 161,249 10/26/2024 1.4.7 has at least one vulnerability with high severity.
1.4.6 435,153 10/13/2024 1.4.6 has at least one vulnerability with high severity.
1.4.5 2,231,693 8/20/2024 1.4.5 has at least one vulnerability with high severity.
1.4.4 658,253 7/30/2024 1.4.4 has at least one vulnerability with high severity.
1.4.3 1,447,098 7/1/2024 1.4.3 has at least one vulnerability with high severity.
1.4.2 174,659 6/25/2024 1.4.2 has at least one vulnerability with high severity.
1.4.1 197,908 6/21/2024 1.4.1 has at least one vulnerability with high severity.
1.4.0 1,616,504 5/31/2024 1.4.0 has at least one vulnerability with high severity.
1.3.14 1,230,270 5/3/2024 1.3.14 has at least one vulnerability with high severity.
1.3.13 440,955 4/25/2024 1.3.13 has at least one vulnerability with high severity.
1.3.12 2,975,399 4/18/2024 1.3.12 has at least one vulnerability with high severity.
1.3.10 3,129,022 3/3/2024 1.3.10 has at least one vulnerability with high severity.
1.3.9 204,024 2/29/2024 1.3.9 has at least one vulnerability with high severity.
1.3.9-preview-02 21,352 2/3/2024 1.3.9-preview-02 has at least one vulnerability with high severity.
1.3.9-preview-01 7,986 1/23/2024 1.3.9-preview-01 has at least one vulnerability with high severity.
1.3.8 2,577,402 1/20/2024 1.3.8 has at least one vulnerability with high severity.
1.3.7 8,266,645 11/20/2023 1.3.7 has at least one vulnerability with high severity.
1.3.6 79,757 11/19/2023 1.3.6 has at least one vulnerability with high severity.
1.3.5 5,688,415 9/21/2023 1.3.5 has at least one vulnerability with high severity.
1.3.4 3,670,880 8/3/2023 1.3.4 has at least one vulnerability with high severity.
1.3.3 4,249,172 6/24/2023 1.3.3 has at least one vulnerability with high severity.
1.3.2 3,593,627 4/1/2023 1.3.2 has at least one vulnerability with high severity.
1.3.1 9,006,392 3/6/2023 1.3.1 has at least one vulnerability with high severity.
1.3.0 3,462,531 3/3/2023 1.3.0 has at least one vulnerability with high severity.
1.2.25 1,975,378 2/5/2023 1.2.25 has at least one vulnerability with critical severity.
1.2.24 1,687,878 12/18/2022 1.2.24 has at least one vulnerability with critical severity.
1.2.23 2,751,570 11/12/2022 1.2.23 has at least one vulnerability with critical severity.
1.2.22 1,823,710 11/6/2022 1.2.22 has at least one vulnerability with critical severity.
1.2.21 595,176 10/28/2022 1.2.21 has at least one vulnerability with critical severity.
1.2.20 3,394,644 9/3/2022 1.2.20 has at least one vulnerability with critical severity.
1.2.20-preview-01 3,301 9/3/2022 1.2.20-preview-01 has at least one vulnerability with critical severity.
1.2.19 4,652,933 6/26/2022 1.2.19 has at least one vulnerability with critical severity.
1.2.18 17,009,977 3/7/2022 1.2.18 has at least one vulnerability with critical severity.
1.2.17 766,524 2/21/2022 1.2.17 has at least one vulnerability with critical severity.
1.2.16 71,523 2/19/2022 1.2.16 has at least one vulnerability with critical severity.
1.2.15 3,293,410 12/18/2021 1.2.15 has at least one vulnerability with critical severity.
1.2.14 4,498,864 11/9/2021 1.2.14 has at least one vulnerability with critical severity.
1.2.13 1,601,168 10/9/2021 1.2.13 has at least one vulnerability with critical severity.
1.2.12 11,571,154 7/31/2021 1.2.12 has at least one vulnerability with critical severity.
1.2.11 520,394 7/19/2021 1.2.11 has at least one vulnerability with critical severity.
1.2.10 3,470,187 5/31/2021 1.2.10 has at least one vulnerability with critical severity.
1.2.9 7,345,668 3/26/2021 1.2.9 has at least one vulnerability with critical severity.
1.2.8 2,363,276 2/13/2021 1.2.8 has at least one vulnerability with critical severity.
1.2.7 2,198,388 12/26/2020 1.2.7 has at least one vulnerability with critical severity.
1.2.7-preview-03 3,724 12/26/2020 1.2.7-preview-03 has at least one vulnerability with critical severity.
1.2.7-preview-02 3,324 12/26/2020 1.2.7-preview-02 has at least one vulnerability with critical severity.
1.2.7-preview-01 3,734 12/26/2020 1.2.7-preview-01 has at least one vulnerability with critical severity.
1.2.6 3,172,852 11/25/2020 1.2.6 has at least one vulnerability with critical severity.
1.2.6-preview-01 3,335 11/25/2020 1.2.6-preview-01 has at least one vulnerability with critical severity.
1.2.5 2,089,866 10/24/2020 1.2.5 has at least one vulnerability with critical severity.
1.2.4 206,093 10/19/2020 1.2.4 has at least one vulnerability with critical severity.
1.2.3 465,215 10/11/2020 1.2.3 has at least one vulnerability with critical severity.
1.2.2 2,675,936 8/19/2020 1.2.2 has at least one vulnerability with critical severity.
1.2.1 575,381 8/8/2020 1.2.1 has at least one vulnerability with critical severity.
1.2.0 5,052,449 7/27/2020 1.2.0 has at least one vulnerability with critical severity.
1.1.8 972,335 7/12/2020 1.1.8 has at least one vulnerability with critical severity.
1.1.7 150,562 7/6/2020 1.1.7 has at least one vulnerability with critical severity.
1.1.6 19,242 7/5/2020 1.1.6 has at least one vulnerability with critical severity.
1.1.5 5,921,177 6/15/2020 1.1.5 has at least one vulnerability with critical severity.
1.1.4 3,185 6/15/2020 1.1.4 has at least one vulnerability with critical severity.
1.1.3 7,278 6/15/2020 1.1.3 has at least one vulnerability with critical severity.
1.1.2 714,070 5/31/2020 1.1.2 has at least one vulnerability with critical severity.
1.1.1 1,551,387 5/14/2020 1.1.1 has at least one vulnerability with critical severity.
1.1.0 1,085,233 4/25/2020 1.1.0 has at least one vulnerability with critical severity.
1.0.24 554,873 4/16/2020 1.0.24 has at least one vulnerability with critical severity.
1.0.23 1,221,487 3/26/2020 1.0.23 has at least one vulnerability with critical severity.
1.0.22 513,073 3/18/2020 1.0.22 has at least one vulnerability with critical severity.
1.0.21 744,580 2/29/2020 1.0.21 has at least one vulnerability with critical severity.
1.0.20 2,056,858 1/11/2020 1.0.20 has at least one vulnerability with critical severity.
1.0.19 8,989,313 8/29/2019 1.0.19 has at least one vulnerability with critical severity.
1.0.18 2,123,561 7/2/2019 1.0.18 has at least one vulnerability with critical severity.
1.0.17 754,731 6/14/2019 1.0.17 has at least one vulnerability with critical severity.
1.0.16 2,018,655 6/6/2019 1.0.16 has at least one vulnerability with critical severity.
1.0.15 555,848 5/20/2019 1.0.15 has at least one vulnerability with critical severity.
1.0.14 383,718 5/14/2019 1.0.14 has at least one vulnerability with critical severity.
1.0.13 428,556 5/3/2019 1.0.13 has at least one vulnerability with critical severity.
1.0.12 8,135,895 3/26/2019 1.0.12 has at least one vulnerability with critical severity.
1.0.11 1,023,069 2/28/2019 1.0.11 has at least one vulnerability with critical severity.
1.0.10 1,540,609 2/5/2019 1.0.10 has at least one vulnerability with critical severity.
1.0.9.2 1,311,160 1/10/2019 1.0.9.2 has at least one vulnerability with critical severity.
1.0.9.1 197,698 1/7/2019 1.0.9.1 has at least one vulnerability with critical severity.
1.0.9 3,795,322 10/19/2018 1.0.9 has at least one vulnerability with critical severity.
1.0.8.18 1,157,382 9/4/2018 1.0.8.18 has at least one vulnerability with critical severity.
1.0.8.17 675,588 8/27/2018 1.0.8.17 has at least one vulnerability with critical severity.
1.0.8.16 247,654 8/19/2018 1.0.8.16 has at least one vulnerability with critical severity.
1.0.8.15 6,124 8/17/2018 1.0.8.15 has at least one vulnerability with critical severity.
1.0.8.14 131,779 8/14/2018 1.0.8.14 has at least one vulnerability with critical severity.
1.0.8.13 154,819 8/2/2018 1.0.8.13 has at least one vulnerability with critical severity.
1.0.8.12 46,686 7/27/2018 1.0.8.12 has at least one vulnerability with critical severity.
1.0.8.11 1,373,723 6/6/2018 1.0.8.11 has at least one vulnerability with critical severity.
1.0.8.10 10,395 6/5/2018 1.0.8.10 has at least one vulnerability with critical severity.
1.0.8.9 1,088,391 5/26/2018 1.0.8.9 has at least one vulnerability with critical severity.
1.0.8.8 130,817 5/21/2018 1.0.8.8 has at least one vulnerability with critical severity.
1.0.8.7 284,205 5/9/2018 1.0.8.7 has at least one vulnerability with critical severity.
1.0.8.6 249,551 4/28/2018 1.0.8.6 has at least one vulnerability with critical severity.
1.0.8.5 214,675 4/27/2018 1.0.8.5 has at least one vulnerability with critical severity.
1.0.8.3 285,270 3/30/2018 1.0.8.3 has at least one vulnerability with critical severity.
1.0.8.2 945,931 1/9/2018 1.0.8.2 has at least one vulnerability with critical severity.
1.0.8.1 10,225 1/5/2018 1.0.8.1 has at least one vulnerability with critical severity.
1.0.8 107,872 12/16/2017 1.0.8 has at least one vulnerability with critical severity.
1.0.7.13 174,186 11/29/2017 1.0.7.13 has at least one vulnerability with critical severity.
1.0.7.12 900,908 11/9/2017 1.0.7.12 has at least one vulnerability with critical severity.
1.0.7.11 48,986 11/1/2017 1.0.7.11 has at least one vulnerability with critical severity.
1.0.7.10 8,624 10/27/2017 1.0.7.10 has at least one vulnerability with critical severity.
1.0.7.9 429,593 9/12/2017 1.0.7.9 has at least one vulnerability with high severity.
1.0.7.7 101,686 8/29/2017 1.0.7.7 has at least one vulnerability with high severity.
1.0.7.6 336,302 7/8/2017 1.0.7.6 has at least one vulnerability with high severity.
1.0.7.5 70,272 6/28/2017 1.0.7.5 has at least one vulnerability with high severity.
1.0.7.4 5,492 6/27/2017 1.0.7.4 has at least one vulnerability with high severity.
1.0.7.3 111,491 6/1/2017 1.0.7.3 has at least one vulnerability with high severity.
1.0.7.2 4,185 6/1/2017 1.0.7.2 has at least one vulnerability with high severity.
1.0.7.1 5,045 5/31/2017 1.0.7.1 has at least one vulnerability with high severity.
1.0.7 27,868 5/17/2017 1.0.7 has at least one vulnerability with high severity.
1.0.6.13 304,961 4/8/2017 1.0.6.13 has at least one vulnerability with high severity.
1.0.6.12 17,207 3/30/2017 1.0.6.12 has at least one vulnerability with high severity.
1.0.6.11 52,071 3/25/2017 1.0.6.11 has at least one vulnerability with high severity.
1.0.6.10 88,585 2/2/2017 1.0.6.10 has at least one vulnerability with high severity.
1.0.6.9 42,915 12/8/2016 1.0.6.9 has at least one vulnerability with high severity.
1.0.6.8 134,247 10/31/2016 1.0.6.8 has at least one vulnerability with high severity.
1.0.6.7 4,493 10/30/2016 1.0.6.7 has at least one vulnerability with high severity.
1.0.6.6 17,580 10/22/2016 1.0.6.6 has at least one vulnerability with high severity.
1.0.6.5 11,053 10/2/2016 1.0.6.5 has at least one vulnerability with high severity.
1.0.6.4 4,031 9/30/2016 1.0.6.4 has at least one vulnerability with high severity.
1.0.6.3 5,367 9/27/2016 1.0.6.3 has at least one vulnerability with high severity.
1.0.6.2 4,713 9/24/2016 1.0.6.2 has at least one vulnerability with high severity.
1.0.6.1 4,616 9/21/2016 1.0.6.1 has at least one vulnerability with high severity.
1.0.6 15,510 9/20/2016 1.0.6 has at least one vulnerability with high severity.
1.0.5.4 21,480 7/25/2016 1.0.5.4 has at least one vulnerability with high severity.
1.0.5.3 3,829 7/24/2016 1.0.5.3 has at least one vulnerability with high severity.
1.0.5.2 5,432 7/22/2016 1.0.5.2 has at least one vulnerability with high severity.
1.0.5.1 4,876 7/15/2016 1.0.5.1 has at least one vulnerability with high severity.
1.0.5 12,970 6/29/2016 1.0.5 has at least one vulnerability with high severity.
1.0.4 8,293 6/27/2016 1.0.4 has at least one vulnerability with high severity.
1.0.3.4 16,298 6/8/2016 1.0.3.4 has at least one vulnerability with high severity.
1.0.3.3 3,904 6/5/2016 1.0.3.3 has at least one vulnerability with high severity.
1.0.3.2 4,180 6/4/2016 1.0.3.2 has at least one vulnerability with high severity.
1.0.3.1 3,858 5/31/2016 1.0.3.1 has at least one vulnerability with high severity.
1.0.3 6,471 5/19/2016 1.0.3 has at least one vulnerability with high severity.
1.0.2.3 5,133 5/19/2016 1.0.2.3 has at least one vulnerability with high severity.
1.0.2.2 4,217 5/19/2016 1.0.2.2 has at least one vulnerability with high severity.
1.0.2 3,792 5/16/2016 1.0.2 has at least one vulnerability with high severity.
1.0.1 3,767 5/15/2016 1.0.1 has at least one vulnerability with high severity.
1.0.0 39,024 4/10/2016 1.0.0 has at least one vulnerability with high severity.

Bugfixes and new Features. For details see CHANGELOG.md