System.Linq.Dynamic.Core 1.6.2

dotnet add package System.Linq.Dynamic.Core --version 1.6.2
                    
NuGet\Install-Package System.Linq.Dynamic.Core -Version 1.6.2
                    
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.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="System.Linq.Dynamic.Core" Version="1.6.2" />
                    
Directory.Packages.props
<PackageReference Include="System.Linq.Dynamic.Core" />
                    
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 System.Linq.Dynamic.Core --version 1.6.2
                    
#r "nuget: System.Linq.Dynamic.Core, 1.6.2"
                    
#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.
#addin nuget:?package=System.Linq.Dynamic.Core&version=1.6.2
                    
Install System.Linq.Dynamic.Core as a Cake Addin
#tool nuget:?package=System.Linq.Dynamic.Core&version=1.6.2
                    
Install System.Linq.Dynamic.Core 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 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

Microsoft.EntityFrameworkCore.DynamicLinq

Dynamic Linq extensions for Microsoft.EntityFrameworkCore which adds Async support

Rystem

Rystem is a open-source framework to improve the System namespace in .Net

GitHub repositories (82)

Showing the top 20 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
DotNetNext/SqlSugar
.Net aot ORM Fastest ORM DB2 Hana Simple Easy VB.NET Sqlite orm Oracle ORM Mysql Orm 虚谷数据库 postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse orm QuestDb ,TDengine ORM,OceanBase orm,GaussDB orm ,Tidb orm Object/Relational Mapping
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
dotnetcore/FreeSql
.NET aot orm, VB.NET/C# orm, Mysql/PostgreSQL/SqlServer/Oracle orm, Sqlite/Firebird/Clickhouse/DuckDB orm, 达梦/金仓/虚谷/翰高/高斯 orm, 神通 orm, 南大通用 orm, 国产 orm, TDengine orm, QuestDB orm, MsAccess orm.
microsoft/RulesEngine
A Json based Rules Engine with extensive Dynamic expression support
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
rnwood/smtp4dev
smtp4dev - the fake smtp email server for development and testing
linq2db/linq2db
Linq to database provider.
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
dotnetcore/Magicodes.IE
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.
nhibernate/nhibernate-core
NHibernate Object Relational Mapper
kikipoulet/SukiUI
UI Theme for AvaloniaUI
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expressions.
Coldairarrow/Colder.Admin.AntdVue
Admin Fx Based On .NET 5 + Ant Design Vue
grandnode/grandnode2
E-commerce platform built with ASP.NET Core using MongoDB for NoSQL storage
Version Downloads Last updated
1.6.2 11,482 4/24/2025
1.6.0.2 1,481,770 2/11/2025
1.6.0.1 1,218,624 1/28/2025
1.6.0 848,869 1/26/2025
1.6.0-preview-03 2,206 1/25/2025 1.6.0-preview-03 has at least one vulnerability with high severity.
1.6.0-preview-02 37,890 1/24/2025 1.6.0-preview-02 has at least one vulnerability with high severity.
1.6.0-preview-01 3,650 1/23/2025 1.6.0-preview-01 has at least one vulnerability with high severity.
1.5.1 1,094,717 12/12/2024 1.5.1 has at least one vulnerability with high severity.
1.5.0 104,918 12/7/2024 1.5.0 has at least one vulnerability with high severity.
1.4.9 638,580 11/16/2024 1.4.9 has at least one vulnerability with high severity.
1.4.8 846,431 10/31/2024 1.4.8 has at least one vulnerability with high severity.
1.4.7 213,597 10/26/2024 1.4.7 has at least one vulnerability with high severity.
1.4.6 615,980 10/13/2024 1.4.6 has at least one vulnerability with high severity.
1.4.5 2,997,214 8/20/2024 1.4.5 has at least one vulnerability with high severity.
1.4.4 841,750 7/30/2024 1.4.4 has at least one vulnerability with high severity.
1.4.3 1,670,899 7/1/2024 1.4.3 has at least one vulnerability with high severity.
1.4.2 212,972 6/25/2024 1.4.2 has at least one vulnerability with high severity.
1.4.1 250,870 6/21/2024 1.4.1 has at least one vulnerability with high severity.
1.4.0 1,783,055 5/31/2024 1.4.0 has at least one vulnerability with high severity.
1.3.14 1,409,994 5/3/2024 1.3.14 has at least one vulnerability with high severity.
1.3.13 516,621 4/25/2024 1.3.13 has at least one vulnerability with high severity.
1.3.12 3,862,823 4/18/2024 1.3.12 has at least one vulnerability with high severity.
1.3.10 3,435,386 3/3/2024 1.3.10 has at least one vulnerability with high severity.
1.3.9 218,359 2/29/2024 1.3.9 has at least one vulnerability with high severity.
1.3.9-preview-02 22,701 2/3/2024 1.3.9-preview-02 has at least one vulnerability with high severity.
1.3.9-preview-01 8,961 1/23/2024 1.3.9-preview-01 has at least one vulnerability with high severity.
1.3.8 3,001,190 1/20/2024 1.3.8 has at least one vulnerability with high severity.
1.3.7 9,590,867 11/20/2023 1.3.7 has at least one vulnerability with high severity.
1.3.6 86,572 11/19/2023 1.3.6 has at least one vulnerability with high severity.
1.3.5 6,544,594 9/21/2023 1.3.5 has at least one vulnerability with high severity.
1.3.4 3,839,667 8/3/2023 1.3.4 has at least one vulnerability with high severity.
1.3.3 4,497,643 6/24/2023 1.3.3 has at least one vulnerability with high severity.
1.3.2 3,813,286 4/1/2023 1.3.2 has at least one vulnerability with high severity.
1.3.1 9,694,057 3/6/2023 1.3.1 has at least one vulnerability with high severity.
1.3.0 4,025,293 3/3/2023 1.3.0 has at least one vulnerability with high severity.
1.2.25 2,030,873 2/5/2023 1.2.25 has at least one vulnerability with critical severity.
1.2.24 1,756,836 12/18/2022 1.2.24 has at least one vulnerability with critical severity.
1.2.23 2,861,539 11/12/2022 1.2.23 has at least one vulnerability with critical severity.
1.2.22 1,859,721 11/6/2022 1.2.22 has at least one vulnerability with critical severity.
1.2.21 611,184 10/28/2022 1.2.21 has at least one vulnerability with critical severity.
1.2.20 3,511,414 9/3/2022 1.2.20 has at least one vulnerability with critical severity.
1.2.20-preview-01 3,405 9/3/2022 1.2.20-preview-01 has at least one vulnerability with critical severity.
1.2.19 4,802,642 6/26/2022 1.2.19 has at least one vulnerability with critical severity.
1.2.18 17,495,971 3/7/2022 1.2.18 has at least one vulnerability with critical severity.
1.2.17 803,033 2/21/2022 1.2.17 has at least one vulnerability with critical severity.
1.2.16 73,040 2/19/2022 1.2.16 has at least one vulnerability with critical severity.
1.2.15 3,413,364 12/18/2021 1.2.15 has at least one vulnerability with critical severity.
1.2.14 4,730,100 11/9/2021 1.2.14 has at least one vulnerability with critical severity.
1.2.13 1,649,604 10/9/2021 1.2.13 has at least one vulnerability with critical severity.
1.2.12 11,662,384 7/31/2021 1.2.12 has at least one vulnerability with critical severity.
1.2.11 526,552 7/19/2021 1.2.11 has at least one vulnerability with critical severity.
1.2.10 3,534,943 5/31/2021 1.2.10 has at least one vulnerability with critical severity.
1.2.9 7,434,172 3/26/2021 1.2.9 has at least one vulnerability with critical severity.
1.2.8 2,397,431 2/13/2021 1.2.8 has at least one vulnerability with critical severity.
1.2.7 2,229,825 12/26/2020 1.2.7 has at least one vulnerability with critical severity.
1.2.7-preview-03 3,833 12/26/2020 1.2.7-preview-03 has at least one vulnerability with critical severity.
1.2.7-preview-02 3,452 12/26/2020 1.2.7-preview-02 has at least one vulnerability with critical severity.
1.2.7-preview-01 3,854 12/26/2020 1.2.7-preview-01 has at least one vulnerability with critical severity.
1.2.6 3,256,870 11/25/2020 1.2.6 has at least one vulnerability with critical severity.
1.2.6-preview-01 3,442 11/25/2020 1.2.6-preview-01 has at least one vulnerability with critical severity.
1.2.5 2,124,008 10/24/2020 1.2.5 has at least one vulnerability with critical severity.
1.2.4 210,309 10/19/2020 1.2.4 has at least one vulnerability with critical severity.
1.2.3 471,353 10/11/2020 1.2.3 has at least one vulnerability with critical severity.
1.2.2 2,709,323 8/19/2020 1.2.2 has at least one vulnerability with critical severity.
1.2.1 587,112 8/8/2020 1.2.1 has at least one vulnerability with critical severity.
1.2.0 5,063,297 7/27/2020 1.2.0 has at least one vulnerability with critical severity.
1.1.8 990,960 7/12/2020 1.1.8 has at least one vulnerability with critical severity.
1.1.7 152,612 7/6/2020 1.1.7 has at least one vulnerability with critical severity.
1.1.6 19,468 7/5/2020 1.1.6 has at least one vulnerability with critical severity.
1.1.5 5,953,445 6/15/2020 1.1.5 has at least one vulnerability with critical severity.
1.1.4 3,311 6/15/2020 1.1.4 has at least one vulnerability with critical severity.
1.1.3 7,643 6/15/2020 1.1.3 has at least one vulnerability with critical severity.
1.1.2 719,606 5/31/2020 1.1.2 has at least one vulnerability with critical severity.
1.1.1 1,575,813 5/14/2020 1.1.1 has at least one vulnerability with critical severity.
1.1.0 1,101,130 4/25/2020 1.1.0 has at least one vulnerability with critical severity.
1.0.24 573,019 4/16/2020 1.0.24 has at least one vulnerability with critical severity.
1.0.23 1,239,344 3/26/2020 1.0.23 has at least one vulnerability with critical severity.
1.0.22 515,932 3/18/2020 1.0.22 has at least one vulnerability with critical severity.
1.0.21 749,013 2/29/2020 1.0.21 has at least one vulnerability with critical severity.
1.0.20 2,081,487 1/11/2020 1.0.20 has at least one vulnerability with critical severity.
1.0.19 9,060,588 8/29/2019 1.0.19 has at least one vulnerability with critical severity.
1.0.18 2,148,033 7/2/2019 1.0.18 has at least one vulnerability with critical severity.
1.0.17 765,301 6/14/2019 1.0.17 has at least one vulnerability with critical severity.
1.0.16 2,030,655 6/6/2019 1.0.16 has at least one vulnerability with critical severity.
1.0.15 560,446 5/20/2019 1.0.15 has at least one vulnerability with critical severity.
1.0.14 385,275 5/14/2019 1.0.14 has at least one vulnerability with critical severity.
1.0.13 430,276 5/3/2019 1.0.13 has at least one vulnerability with critical severity.
1.0.12 8,283,776 3/26/2019 1.0.12 has at least one vulnerability with critical severity.
1.0.11 1,030,694 2/28/2019 1.0.11 has at least one vulnerability with critical severity.
1.0.10 1,560,113 2/5/2019 1.0.10 has at least one vulnerability with critical severity.
1.0.9.2 1,319,000 1/10/2019 1.0.9.2 has at least one vulnerability with critical severity.
1.0.9.1 201,111 1/7/2019 1.0.9.1 has at least one vulnerability with critical severity.
1.0.9 3,833,766 10/19/2018 1.0.9 has at least one vulnerability with critical severity.
1.0.8.18 1,175,695 9/4/2018 1.0.8.18 has at least one vulnerability with critical severity.
1.0.8.17 698,790 8/27/2018 1.0.8.17 has at least one vulnerability with critical severity.
1.0.8.16 248,956 8/19/2018 1.0.8.16 has at least one vulnerability with critical severity.
1.0.8.15 6,269 8/17/2018 1.0.8.15 has at least one vulnerability with critical severity.
1.0.8.14 135,361 8/14/2018 1.0.8.14 has at least one vulnerability with critical severity.
1.0.8.13 155,814 8/2/2018 1.0.8.13 has at least one vulnerability with critical severity.
1.0.8.12 46,996 7/27/2018 1.0.8.12 has at least one vulnerability with critical severity.
1.0.8.11 1,391,717 6/6/2018 1.0.8.11 has at least one vulnerability with critical severity.
1.0.8.10 10,610 6/5/2018 1.0.8.10 has at least one vulnerability with critical severity.
1.0.8.9 1,099,549 5/26/2018 1.0.8.9 has at least one vulnerability with critical severity.
1.0.8.8 135,649 5/21/2018 1.0.8.8 has at least one vulnerability with critical severity.
1.0.8.7 286,786 5/9/2018 1.0.8.7 has at least one vulnerability with critical severity.
1.0.8.6 250,892 4/28/2018 1.0.8.6 has at least one vulnerability with critical severity.
1.0.8.5 215,333 4/27/2018 1.0.8.5 has at least one vulnerability with critical severity.
1.0.8.3 288,327 3/30/2018 1.0.8.3 has at least one vulnerability with critical severity.
1.0.8.2 966,061 1/9/2018 1.0.8.2 has at least one vulnerability with critical severity.
1.0.8.1 11,306 1/5/2018 1.0.8.1 has at least one vulnerability with critical severity.
1.0.8 109,032 12/16/2017 1.0.8 has at least one vulnerability with critical severity.
1.0.7.13 176,186 11/29/2017 1.0.7.13 has at least one vulnerability with critical severity.
1.0.7.12 910,280 11/9/2017 1.0.7.12 has at least one vulnerability with critical severity.
1.0.7.11 49,891 11/1/2017 1.0.7.11 has at least one vulnerability with critical severity.
1.0.7.10 8,821 10/27/2017 1.0.7.10 has at least one vulnerability with critical severity.
1.0.7.9 442,056 9/12/2017 1.0.7.9 has at least one vulnerability with high severity.
1.0.7.7 102,483 8/29/2017 1.0.7.7 has at least one vulnerability with high severity.
1.0.7.6 341,561 7/8/2017 1.0.7.6 has at least one vulnerability with high severity.
1.0.7.5 72,249 6/28/2017 1.0.7.5 has at least one vulnerability with high severity.
1.0.7.4 5,682 6/27/2017 1.0.7.4 has at least one vulnerability with high severity.
1.0.7.3 112,113 6/1/2017 1.0.7.3 has at least one vulnerability with high severity.
1.0.7.2 4,366 6/1/2017 1.0.7.2 has at least one vulnerability with high severity.
1.0.7.1 5,242 5/31/2017 1.0.7.1 has at least one vulnerability with high severity.
1.0.7 28,269 5/17/2017 1.0.7 has at least one vulnerability with high severity.
1.0.6.13 307,617 4/8/2017 1.0.6.13 has at least one vulnerability with high severity.
1.0.6.12 17,456 3/30/2017 1.0.6.12 has at least one vulnerability with high severity.
1.0.6.11 53,301 3/25/2017 1.0.6.11 has at least one vulnerability with high severity.
1.0.6.10 89,561 2/2/2017 1.0.6.10 has at least one vulnerability with high severity.
1.0.6.9 44,998 12/8/2016 1.0.6.9 has at least one vulnerability with high severity.
1.0.6.8 138,334 10/31/2016 1.0.6.8 has at least one vulnerability with high severity.
1.0.6.7 4,738 10/30/2016 1.0.6.7 has at least one vulnerability with high severity.
1.0.6.6 17,839 10/22/2016 1.0.6.6 has at least one vulnerability with high severity.
1.0.6.5 11,298 10/2/2016 1.0.6.5 has at least one vulnerability with high severity.
1.0.6.4 4,278 9/30/2016 1.0.6.4 has at least one vulnerability with high severity.
1.0.6.3 5,603 9/27/2016 1.0.6.3 has at least one vulnerability with high severity.
1.0.6.2 4,953 9/24/2016 1.0.6.2 has at least one vulnerability with high severity.
1.0.6.1 4,862 9/21/2016 1.0.6.1 has at least one vulnerability with high severity.
1.0.6 15,928 9/20/2016 1.0.6 has at least one vulnerability with high severity.
1.0.5.4 21,780 7/25/2016 1.0.5.4 has at least one vulnerability with high severity.
1.0.5.3 4,118 7/24/2016 1.0.5.3 has at least one vulnerability with high severity.
1.0.5.2 5,672 7/22/2016 1.0.5.2 has at least one vulnerability with high severity.
1.0.5.1 5,164 7/15/2016 1.0.5.1 has at least one vulnerability with high severity.
1.0.5 13,464 6/29/2016 1.0.5 has at least one vulnerability with high severity.
1.0.4 8,529 6/27/2016 1.0.4 has at least one vulnerability with high severity.
1.0.3.4 18,866 6/8/2016 1.0.3.4 has at least one vulnerability with high severity.
1.0.3.3 4,162 6/5/2016 1.0.3.3 has at least one vulnerability with high severity.
1.0.3.2 4,424 6/4/2016 1.0.3.2 has at least one vulnerability with high severity.
1.0.3.1 4,102 5/31/2016 1.0.3.1 has at least one vulnerability with high severity.
1.0.3 7,082 5/19/2016 1.0.3 has at least one vulnerability with high severity.
1.0.2.3 5,380 5/19/2016 1.0.2.3 has at least one vulnerability with high severity.
1.0.2.2 4,568 5/19/2016 1.0.2.2 has at least one vulnerability with high severity.
1.0.2 4,060 5/16/2016 1.0.2 has at least one vulnerability with high severity.
1.0.1 3,950 5/15/2016 1.0.1 has at least one vulnerability with high severity.
1.0.0 45,182 4/10/2016 1.0.0 has at least one vulnerability with high severity.

Bugfixes and new Features. For details see CHANGELOG.md