Microsoft.EntityFrameworkCore.DynamicLinq 5.3.9-preview-02

This is a prerelease version of Microsoft.EntityFrameworkCore.DynamicLinq.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 5.3.9-preview-02
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 5.3.9-preview-02
                    
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="Microsoft.EntityFrameworkCore.DynamicLinq" Version="5.3.9-preview-02" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="5.3.9-preview-02" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.EntityFrameworkCore.DynamicLinq" />
                    
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 Microsoft.EntityFrameworkCore.DynamicLinq --version 5.3.9-preview-02
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 5.3.9-preview-02"
                    
#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.
#:package Microsoft.EntityFrameworkCore.DynamicLinq@5.3.9-preview-02
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=5.3.9-preview-02&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=5.3.9-preview-02&prerelease
                    
Install 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 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.  net9.0 was computed.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
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 (82)

Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.DynamicLinq:

Package Downloads
OO.Data

Data Entity base types and declarations for EasyDataCore infrastructure

FenixAlliance.ABM.SDK

Application Component for the Alliance Business Suite.

EntityFrameworkCore.BootKit

EntityFrameworkCore Boot Kit (EFBK) is a quick start database connecter for using EntityFrameworkCore. Support variety of databases such as Sqlite, MySql, SqlServer, PostgreSql, MongoDb, Amazon Redshift, AWS Aurora and Memory database.

EaCloud.EntityFrameworkCore

EaCloud 数据访问组件,封装 EntityFrameworkCore 数据访问功能的实现。

Buran.Core.MvcLibrary

Package Description

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.DynamicLinq:

Repository Stars
alirezanet/Gridify
Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.
mixcore/mix.core
🚀 A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility.
Deali-Axy/StarBlog
☀StarBlog 是一个基于 .NET Core 开发的现代博客系统,支持 Markdown 文章导入,遵循 RESTful 接口规范。前端基于 Vue + ElementUI 开发,可作为 .NET Core 入门学习项目,同时配套了一系列开发笔记,记录了从零开始构建这个博客系统的全过程,可以帮助学习理解 .Net Core 项目的开发流程。
cloudy-net/Cloudy.NET
☁️ ASP.NET Core app to build backoffices fast
Version Downloads Last Updated
9.6.9 3,413 10/11/2025
9.6.8 7,271 9/28/2025
9.6.7 46,073 7/28/2025
9.6.6 89,747 6/11/2025
9.6.5 9,614 5/28/2025
9.6.4 10,804 5/19/2025
9.6.3 4,699 5/9/2025
9.6.2 18,026 4/24/2025
9.6.0.2 74,167 2/11/2025
9.6.0.1 71,196 1/28/2025
9.6.0 3,853 1/26/2025
9.6.0-preview-03 191 1/25/2025
9.6.0-preview-02 166 1/24/2025
9.6.0-preview-01 169 1/23/2025
9.5.1 79,593 12/12/2024
9.5.0 6,011 12/7/2024
9.4.9 21,427 11/16/2024
8.6.9 1,664 10/11/2025
8.6.8 3,634 9/28/2025
8.6.7 18,908 7/28/2025
8.6.6 25,021 6/11/2025
8.6.5 9,432 5/28/2025
8.6.4 3,448 5/19/2025
8.6.3 4,140 5/9/2025
8.6.2 9,233 4/24/2025
8.6.1 273,049 1/23/2025
8.6.0.2 22,442 2/11/2025
8.6.0.1 2,054 1/28/2025
8.6.0 10,086 1/26/2025
8.6.0-preview-03 154 1/25/2025
8.6.0-preview-02 160 1/24/2025
8.6.0-preview-01 165 1/23/2025
8.5.1 71,806 12/12/2024
8.5.0 6,598 12/7/2024
8.4.9 53,407 11/16/2024
8.4.8 111,821 10/31/2024
8.4.7 38,984 10/26/2024
8.4.6 192,286 10/13/2024
8.4.5 241,155 8/20/2024
8.4.4 139,343 7/30/2024
8.4.3 170,768 7/1/2024
8.4.2 28,808 6/25/2024
8.4.1 40,005 6/21/2024
8.4.0 111,999 5/31/2024
8.3.14 91,305 5/3/2024
8.3.13 19,680 4/25/2024
8.3.12 18,357 4/18/2024
8.3.10 168,385 3/3/2024
8.3.9 10,690 2/29/2024
8.3.9-preview-02 492 2/3/2024
8.3.9-preview-01 717 1/23/2024
8.3.8 102,057 1/20/2024
8.3.7 124,406 11/20/2023
7.6.9 158 10/11/2025
7.6.8 254 9/28/2025
7.6.7 430 7/28/2025
7.6.6 1,108 6/11/2025
7.6.5 748 5/28/2025
7.6.4 789 5/19/2025
7.6.3 945 5/9/2025
7.6.2 676 4/24/2025
7.6.1 1,645 1/23/2025
7.6.0.2 1,031 2/11/2025
7.6.0.1 992 1/28/2025
7.6.0 986 1/26/2025
7.6.0-preview-03 159 1/25/2025
7.6.0-preview-02 149 1/24/2025
7.6.0-preview-01 156 1/23/2025
7.5.1 1,140 12/12/2024
7.5.0 1,018 12/7/2024
7.4.9 1,153 11/16/2024
7.4.8 1,089 10/31/2024
7.4.7 974 10/26/2024
7.4.6 1,361 10/13/2024
7.4.5 21,704 8/20/2024
7.4.4 1,296 7/30/2024
7.4.3 10,952 7/1/2024
7.4.2 3,304 6/25/2024
7.4.1 1,175 6/21/2024
7.4.0 7,175 5/31/2024
7.3.14 16,395 5/3/2024
7.3.13 1,799 4/25/2024
7.3.12 1,935 4/18/2024
7.3.11 1,739 4/17/2024
7.3.10 31,840 3/3/2024
7.3.9 3,897 2/29/2024
7.3.9-preview-02 882 2/3/2024
7.3.9-preview-01 506 1/23/2024
7.3.8 27,037 1/20/2024
7.3.7 28,237 11/20/2023
7.3.6 18,056 11/19/2023
7.3.5 249,520 9/21/2023
7.3.4 136,675 8/3/2023
7.3.3 95,069 6/24/2023
7.3.2 400,674 4/1/2023
7.3.1 31,976 3/6/2023
7.3.0 2,385 3/3/2023
7.2.25 93,731 2/5/2023
7.2.24 217,920 12/18/2022
7.2.23 84,558 11/12/2022
6.6.9 150 10/11/2025
6.6.8 226 9/28/2025
6.6.7 415 7/28/2025
6.6.6 1,530 6/11/2025
6.6.5 449 5/28/2025
6.6.4 599 5/19/2025
6.6.3 419 5/9/2025
6.6.2 501 4/24/2025
6.6.1 2,673 1/23/2025
6.6.0.2 1,740 2/11/2025
6.6.0.1 476 1/28/2025
6.6.0 1,368 1/26/2025
6.6.0-preview-03 163 1/25/2025
6.6.0-preview-02 155 1/24/2025
6.6.0-preview-01 157 1/23/2025
6.5.1 32,568 12/12/2024
6.5.0 584 12/7/2024
6.4.9 1,452 11/16/2024
6.4.8 634 10/31/2024
6.4.7 787 10/26/2024
6.4.6 2,070 10/13/2024
6.4.5 2,762 8/20/2024
6.4.4 1,380 7/30/2024
6.4.3 1,824 7/1/2024
6.4.2 612 6/25/2024
6.4.1 2,665 6/21/2024
6.4.0 2,193 5/31/2024
6.3.14 3,073 5/3/2024
6.3.13 14,729 4/25/2024
6.3.12 600 4/18/2024
6.3.11 543 4/17/2024
6.3.10 11,744 3/3/2024
6.3.9 3,089 2/29/2024
6.3.9-preview-02 602 2/3/2024
6.3.9-preview-01 363 1/23/2024
6.3.8 46,029 1/20/2024
6.3.7 42,550 11/20/2023
6.3.6 1,928 11/19/2023
6.3.5 748,606 9/21/2023
6.3.4 48,419 8/3/2023
6.3.3 41,816 6/24/2023
6.3.2 157,068 4/1/2023
6.3.1 40,552 3/6/2023
6.3.0 20,260 3/3/2023
6.2.25 56,230 2/5/2023
6.2.24 74,793 12/18/2022
6.2.23 80,087 11/12/2022
6.2.22 50,956 11/6/2022
6.2.21 49,887 10/28/2022
6.2.20 403,791 9/3/2022
6.2.20-preview-01 770 9/3/2022
6.2.19 359,680 6/26/2022
6.2.18 678,679 3/7/2022
6.2.17 67,678 2/21/2022
6.2.16 4,334 2/19/2022
6.2.15 183,692 12/17/2021
6.2.14 281,390 11/9/2021
6.2.13-preview.4.21253.1 2,185 10/9/2021
6.2.12-preview.4.21253.1 1,031 7/31/2021
6.2.11-preview.4.21253.1 353 7/19/2021
6.0.0-preview.4.21253.1 550 5/31/2021
6.0.0-preview.3.21201.2 379 5/9/2021
5.6.9 150 10/11/2025
5.6.8 221 9/28/2025
5.6.7 279 7/28/2025
5.6.6 484 6/11/2025
5.6.5 364 5/28/2025
5.6.4 349 5/19/2025
5.6.3 289 5/9/2025
5.6.2 363 4/24/2025
5.6.1 508 1/23/2025
5.6.0.2 331 2/11/2025
5.6.0.1 312 1/28/2025
5.6.0 327 1/26/2025
5.6.0-preview-03 175 1/25/2025
5.6.0-preview-02 158 1/24/2025
5.6.0-preview-01 171 1/23/2025
5.5.1 734 12/12/2024
5.5.0 336 12/7/2024
5.4.9 318 11/16/2024
5.4.8 322 10/31/2024
5.4.7 332 10/26/2024
5.4.6 356 10/13/2024
5.4.5 475 8/20/2024
5.4.4 544 7/30/2024
5.4.3 497 7/1/2024
5.4.2 351 6/25/2024
5.4.1 366 6/21/2024
5.4.0 380 5/31/2024
5.3.14 336 5/3/2024
5.3.13 360 4/25/2024
5.3.12 353 4/18/2024
5.3.11 547 4/17/2024
5.3.10 1,153 3/3/2024
5.3.9 454 2/29/2024
5.3.9-preview-02 362 2/3/2024
5.3.9-preview-01 367 1/23/2024
5.3.8 594 1/20/2024
5.3.7 3,247 11/20/2023
5.3.6 678 11/19/2023
5.3.5 1,319 9/21/2023
5.3.4 1,267 8/3/2023
5.3.3 2,614 6/24/2023
5.3.2 34,974 4/1/2023
5.3.1 1,055 3/6/2023
5.3.0 1,106 3/3/2023
5.2.25 1,194 2/5/2023
5.2.24 10,898 12/18/2022
5.2.23 3,810 11/12/2022
5.2.22 5,440 11/6/2022
5.2.21 1,169 10/28/2022
5.2.20 31,512 9/3/2022
5.2.20-preview-01 782 9/3/2022
5.2.19 33,007 6/26/2022
5.2.18 19,365 3/7/2022
5.2.17 5,063 2/21/2022
5.2.16 2,489 2/19/2022
5.2.15 144,529 12/17/2021
5.2.14 17,974 11/9/2021
5.2.13 165,258 10/9/2021
5.2.12 204,796 7/31/2021
5.2.11 83,878 7/19/2021
5.2.10 346,228 5/31/2021
5.2.9 193,710 3/26/2021
5.2.8 286,973 2/13/2021
5.2.7 82,021 12/26/2020
5.2.7-preview-03 1,103 12/26/2020
5.2.7-preview-01 1,090 12/26/2020
3.6.9 151 10/11/2025
3.6.8 217 9/28/2025
3.6.7 417 7/28/2025
3.6.6 483 6/11/2025
3.6.5 909 5/28/2025
3.6.4 407 5/19/2025
3.6.3 297 5/9/2025
3.6.2 373 4/24/2025
3.6.1 423 1/23/2025
3.6.0.2 345 2/11/2025
3.6.0.1 316 1/28/2025
3.6.0 328 1/26/2025
3.6.0-preview-03 155 1/25/2025
3.6.0-preview-02 145 1/24/2025
3.6.0-preview-01 167 1/23/2025
3.5.1 353 12/12/2024
3.5.0 328 12/7/2024
3.4.9 330 11/16/2024
3.4.8 323 10/31/2024
3.4.7 321 10/26/2024
3.4.6 363 10/13/2024
3.4.5 3,005 8/20/2024
3.4.4 325 7/30/2024
3.4.3 1,236 7/1/2024
3.4.2 366 6/25/2024
3.4.1 369 6/21/2024
3.4.0 407 5/31/2024
3.3.14 372 5/3/2024
3.3.13 356 4/25/2024
3.3.12 370 4/18/2024
3.3.11 357 4/17/2024
3.3.10 724 3/3/2024
3.3.9 448 2/29/2024
3.3.9-preview-02 330 2/3/2024
3.3.9-preview-01 387 1/23/2024
3.3.8 581 1/20/2024
3.3.7 11,107 11/20/2023
3.3.6 685 11/19/2023
3.3.5 3,350 9/21/2023
3.3.4 1,892 8/3/2023
3.3.3 9,387 6/24/2023
3.3.2 3,082 4/1/2023
3.3.1 1,441 3/6/2023
3.3.0 1,020 3/3/2023
3.2.25 1,763 2/5/2023
3.2.24 18,928 12/18/2022
3.2.23 1,846 11/12/2022
3.2.22 1,224 11/6/2022
3.2.21 1,255 10/28/2022
3.2.20 23,439 9/3/2022
3.2.20-preview-01 735 9/3/2022
3.2.19 48,732 6/26/2022
3.2.18 25,896 3/7/2022
3.2.17 1,478 2/21/2022
3.2.16 1,308 2/19/2022
3.2.15 26,734 12/17/2021
3.2.14 18,418 11/9/2021
3.2.13 2,783 10/9/2021
3.2.12 23,240 7/31/2021
3.2.11 5,108 7/19/2021
3.2.10 40,393 5/31/2021
3.2.9 23,195 3/26/2021
3.2.8 20,766 2/13/2021
3.2.7 74,027 12/26/2020
3.2.7-preview-03 1,106 12/26/2020
3.2.7-preview-02 1,138 12/26/2020
3.2.7-preview-01 1,121 12/26/2020
3.2.6 136,656 11/25/2020
3.2.6-preview-01 1,023 11/25/2020
3.2.5 200,743 10/24/2020
3.2.4 9,482 10/19/2020
3.2.3 12,376 10/11/2020
3.2.2 85,175 8/19/2020
3.2.1 11,120 8/8/2020
3.2.0 26,903 7/27/2020
2.6.9 153 10/11/2025
2.6.8 221 9/28/2025
2.6.7 302 7/28/2025
2.6.6 495 6/11/2025
2.6.5 344 5/28/2025
2.6.4 346 5/19/2025
2.6.3 304 5/9/2025
2.6.2 374 4/24/2025
2.6.1 321 1/23/2025
2.6.0.2 327 2/11/2025
2.6.0.1 316 1/28/2025
2.6.0 467 1/26/2025
2.6.0-preview-03 164 1/25/2025
2.6.0-preview-02 164 1/24/2025
2.6.0-preview-01 163 1/23/2025
2.5.1 352 12/12/2024
2.5.0 341 12/7/2024
2.4.9 330 11/16/2024
2.4.8 331 10/31/2024
2.4.7 330 10/26/2024
2.4.6 348 10/13/2024
2.4.5 368 8/20/2024
2.4.4 330 7/30/2024
2.4.3 362 7/1/2024
2.4.2 349 6/25/2024
2.4.1 351 6/21/2024
2.4.0 358 5/31/2024
2.3.14 365 5/3/2024
2.3.13 401 4/25/2024
2.3.12 365 4/18/2024
2.3.11 350 4/17/2024
2.3.10 440 3/3/2024
2.3.9 462 2/29/2024
2.3.9-preview-02 351 2/3/2024
2.3.9-preview-01 388 1/23/2024
2.3.8 542 1/20/2024
2.3.7 706 11/20/2023
2.3.6 670 11/19/2023
2.3.5 729 9/21/2023
2.3.4 893 8/3/2023
2.3.3 897 6/24/2023
2.3.2 1,007 4/1/2023
2.3.1 970 3/6/2023
2.3.0 1,009 3/3/2023
2.2.25 1,038 2/5/2023
2.2.24 1,049 12/18/2022
2.2.23 1,058 11/12/2022
2.2.22 1,119 11/6/2022
2.2.21 1,127 10/28/2022
2.2.20 1,176 9/3/2022
2.2.20-preview-01 716 9/3/2022
2.2.19 1,250 6/26/2022
2.2.18 1,427 3/7/2022
2.2.17 1,248 2/21/2022
2.2.16 1,293 2/19/2022
2.2.15 1,196 12/17/2021
2.2.14 1,170 11/9/2021
2.2.13 1,227 10/9/2021
2.2.12 1,514 7/31/2021
2.2.11 2,039 7/19/2021
2.2.10 1,782 5/31/2021
2.2.9 7,646 3/26/2021
2.2.8 2,135 2/13/2021
2.2.7 1,485 12/26/2020
2.2.7-preview-03 1,104 12/26/2020
2.2.7-preview-02 1,087 12/26/2020
2.2.7-preview-01 1,147 12/26/2020
2.2.6 13,155 11/25/2020
2.2.6-preview-01 937 11/25/2020
2.2.5 4,630 10/24/2020
2.2.4 3,065 10/19/2020
2.2.3 1,427 10/11/2020
2.2.2 22,686 8/19/2020
2.2.1 8,479 8/8/2020
2.2.0 67,681 7/27/2020
1.1.8 21,074 7/12/2020
1.1.7 5,726 7/6/2020
1.1.6 3,088 7/5/2020
1.1.5 42,551 6/15/2020
1.1.4 1,496 6/15/2020
1.1.3 1,486 6/15/2020
1.1.2 23,664 5/31/2020
1.1.1 28,063 5/14/2020
1.1.0 24,683 4/25/2020
1.0.24 14,237 4/16/2020
1.0.23 224,501 3/26/2020
1.0.22 6,486 3/18/2020
1.0.21 39,867 2/29/2020
1.0.20 144,425 1/11/2020
1.0.19 117,464 8/29/2019
1.0.18 85,099 7/2/2019
1.0.17 43,853 6/14/2019
1.0.16 4,955 6/6/2019
1.0.15 6,365 5/20/2019
1.0.14 5,327 5/14/2019
1.0.13 15,602 5/3/2019
1.0.12 72,968 3/26/2019
1.0.11 14,440 2/28/2019
1.0.10 33,341 2/5/2019
1.0.9.2 596,838 1/10/2019
1.0.9.1 1,908 1/7/2019
1.0.9 37,050 10/19/2018
1.0.8.18 83,143 9/4/2018
1.0.8.17 12,211 8/27/2018
1.0.8.16 20,011 8/19/2018
1.0.8.15 2,041 8/17/2018
1.0.8.13 6,685 8/2/2018
1.0.8.12 5,484 7/27/2018
1.0.8.11 40,226 6/6/2018
1.0.8.10 2,907 6/5/2018
1.0.8.9 7,657 5/26/2018
1.0.8.8 2,482 5/21/2018
1.0.8.7 3,778 5/9/2018
1.0.8.6 3,124 4/28/2018
1.0.8.5 2,699 4/27/2018
1.0.8.4 2,478 4/25/2018
1.0.8.3 4,249 3/30/2018
1.0.8.2 58,753 1/9/2018
1.0.8.1 6,098 1/5/2018
1.0.8 22,087 12/16/2017
1.0.4.8 18,007 11/1/2017
1.0.4.7 4,904 9/12/2017
1.0.4.6 6,693 7/8/2017
1.0.4.5 2,424 6/28/2017
1.0.4.4 2,268 6/27/2017
1.0.4.3 2,560 6/1/2017
1.0.4.2 2,229 6/1/2017
1.0.4.1 2,247 5/31/2017
1.0.4 2,888 5/17/2017
1.0.3.6 3,828 4/8/2017
1.0.3.5 2,802 3/30/2017
1.0.3.4 2,679 3/25/2017
1.0.3.3 6,491 11/16/2016
1.0.3.2 2,678 10/31/2016
1.0.3.1 2,548 10/30/2016
1.0.3 2,442 10/22/2016
1.0.1 3,710 6/27/2016
1.0.0 11,508 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md