Microsoft.EntityFrameworkCore.DynamicLinq 2.3.9-preview-01

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 2.3.9-preview-01
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 2.3.9-preview-01
                    
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="2.3.9-preview-01" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="2.3.9-preview-01" />
                    
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 2.3.9-preview-01
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 2.3.9-preview-01"
                    
#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@2.3.9-preview-01
                    
#: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=2.3.9-preview-01&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=2.3.9-preview-01&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 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.  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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework 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 tizen40 was computed.  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 (81)

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.8 1,566 9/28/2025
9.6.7 39,649 7/28/2025
9.6.6 75,553 6/11/2025
9.6.5 8,874 5/28/2025
9.6.4 9,708 5/19/2025
9.6.3 4,556 5/9/2025
9.6.2 16,381 4/24/2025
9.6.0.2 71,819 2/11/2025
9.6.0.1 66,962 1/28/2025
9.6.0 3,605 1/26/2025
9.6.0-preview-03 174 1/25/2025
9.6.0-preview-02 157 1/24/2025
9.6.0-preview-01 150 1/23/2025
9.5.1 78,493 12/12/2024
9.5.0 5,722 12/7/2024
9.4.9 21,030 11/16/2024
8.6.8 1,172 9/28/2025
8.6.7 14,108 7/28/2025
8.6.6 22,678 6/11/2025
8.6.5 7,604 5/28/2025
8.6.4 3,101 5/19/2025
8.6.3 3,722 5/9/2025
8.6.2 8,122 4/24/2025
8.6.1 261,465 1/23/2025
8.6.0.2 20,053 2/11/2025
8.6.0.1 1,938 1/28/2025
8.6.0 9,647 1/26/2025
8.6.0-preview-03 142 1/25/2025
8.6.0-preview-02 154 1/24/2025
8.6.0-preview-01 161 1/23/2025
8.5.1 68,269 12/12/2024
8.5.0 6,183 12/7/2024
8.4.9 50,654 11/16/2024
8.4.8 110,245 10/31/2024
8.4.7 38,207 10/26/2024
8.4.6 188,291 10/13/2024
8.4.5 233,907 8/20/2024
8.4.4 138,175 7/30/2024
8.4.3 167,718 7/1/2024
8.4.2 28,329 6/25/2024
8.4.1 39,195 6/21/2024
8.4.0 108,296 5/31/2024
8.3.14 88,973 5/3/2024
8.3.13 19,492 4/25/2024
8.3.12 18,146 4/18/2024
8.3.10 166,389 3/3/2024
8.3.9 10,538 2/29/2024
8.3.9-preview-02 488 2/3/2024
8.3.9-preview-01 710 1/23/2024
8.3.8 100,827 1/20/2024
8.3.7 121,995 11/20/2023
7.6.8 174 9/28/2025
7.6.7 358 7/28/2025
7.6.6 1,045 6/11/2025
7.6.5 672 5/28/2025
7.6.4 725 5/19/2025
7.6.3 880 5/9/2025
7.6.2 610 4/24/2025
7.6.1 1,490 1/23/2025
7.6.0.2 947 2/11/2025
7.6.0.1 910 1/28/2025
7.6.0 917 1/26/2025
7.6.0-preview-03 151 1/25/2025
7.6.0-preview-02 131 1/24/2025
7.6.0-preview-01 149 1/23/2025
7.5.1 1,074 12/12/2024
7.5.0 944 12/7/2024
7.4.9 1,089 11/16/2024
7.4.8 1,015 10/31/2024
7.4.7 907 10/26/2024
7.4.6 1,292 10/13/2024
7.4.5 19,799 8/20/2024
7.4.4 1,230 7/30/2024
7.4.3 10,760 7/1/2024
7.4.2 3,170 6/25/2024
7.4.1 1,112 6/21/2024
7.4.0 7,051 5/31/2024
7.3.14 15,982 5/3/2024
7.3.13 1,724 4/25/2024
7.3.12 1,844 4/18/2024
7.3.11 1,674 4/17/2024
7.3.10 31,269 3/3/2024
7.3.9 3,829 2/29/2024
7.3.9-preview-02 879 2/3/2024
7.3.9-preview-01 500 1/23/2024
7.3.8 26,644 1/20/2024
7.3.7 28,063 11/20/2023
7.3.6 17,510 11/19/2023
7.3.5 245,242 9/21/2023
7.3.4 135,623 8/3/2023
7.3.3 93,894 6/24/2023
7.3.2 399,791 4/1/2023
7.3.1 31,778 3/6/2023
7.3.0 2,280 3/3/2023
7.2.25 92,869 2/5/2023
7.2.24 216,922 12/18/2022
7.2.23 83,117 11/12/2022
6.6.8 159 9/28/2025
6.6.7 346 7/28/2025
6.6.6 1,304 6/11/2025
6.6.5 384 5/28/2025
6.6.4 531 5/19/2025
6.6.3 345 5/9/2025
6.6.2 435 4/24/2025
6.6.1 2,553 1/23/2025
6.6.0.2 1,607 2/11/2025
6.6.0.1 408 1/28/2025
6.6.0 1,206 1/26/2025
6.6.0-preview-03 157 1/25/2025
6.6.0-preview-02 151 1/24/2025
6.6.0-preview-01 139 1/23/2025
6.5.1 29,264 12/12/2024
6.5.0 518 12/7/2024
6.4.9 1,341 11/16/2024
6.4.8 569 10/31/2024
6.4.7 719 10/26/2024
6.4.6 1,954 10/13/2024
6.4.5 2,664 8/20/2024
6.4.4 1,289 7/30/2024
6.4.3 1,745 7/1/2024
6.4.2 536 6/25/2024
6.4.1 2,589 6/21/2024
6.4.0 2,120 5/31/2024
6.3.14 2,998 5/3/2024
6.3.13 13,678 4/25/2024
6.3.12 536 4/18/2024
6.3.11 470 4/17/2024
6.3.10 11,596 3/3/2024
6.3.9 2,971 2/29/2024
6.3.9-preview-02 595 2/3/2024
6.3.9-preview-01 357 1/23/2024
6.3.8 45,344 1/20/2024
6.3.7 42,158 11/20/2023
6.3.6 1,860 11/19/2023
6.3.5 693,584 9/21/2023
6.3.4 48,285 8/3/2023
6.3.3 41,324 6/24/2023
6.3.2 154,557 4/1/2023
6.3.1 40,401 3/6/2023
6.3.0 20,135 3/3/2023
6.2.25 55,941 2/5/2023
6.2.24 74,436 12/18/2022
6.2.23 79,910 11/12/2022
6.2.22 50,377 11/6/2022
6.2.21 49,471 10/28/2022
6.2.20 401,746 9/3/2022
6.2.20-preview-01 761 9/3/2022
6.2.19 356,194 6/26/2022
6.2.18 676,395 3/7/2022
6.2.17 67,442 2/21/2022
6.2.16 4,264 2/19/2022
6.2.15 182,782 12/17/2021
6.2.14 280,406 11/9/2021
6.2.13-preview.4.21253.1 2,025 10/9/2021
6.2.12-preview.4.21253.1 1,023 7/31/2021
6.2.11-preview.4.21253.1 341 7/19/2021
6.0.0-preview.4.21253.1 541 5/31/2021
6.0.0-preview.3.21201.2 370 5/9/2021
5.6.8 154 9/28/2025
5.6.7 218 7/28/2025
5.6.6 422 6/11/2025
5.6.5 290 5/28/2025
5.6.4 285 5/19/2025
5.6.3 221 5/9/2025
5.6.2 300 4/24/2025
5.6.1 418 1/23/2025
5.6.0.2 269 2/11/2025
5.6.0.1 243 1/28/2025
5.6.0 259 1/26/2025
5.6.0-preview-03 167 1/25/2025
5.6.0-preview-02 152 1/24/2025
5.6.0-preview-01 164 1/23/2025
5.5.1 629 12/12/2024
5.5.0 271 12/7/2024
5.4.9 257 11/16/2024
5.4.8 257 10/31/2024
5.4.7 265 10/26/2024
5.4.6 291 10/13/2024
5.4.5 412 8/20/2024
5.4.4 461 7/30/2024
5.4.3 418 7/1/2024
5.4.2 288 6/25/2024
5.4.1 302 6/21/2024
5.4.0 313 5/31/2024
5.3.14 274 5/3/2024
5.3.13 300 4/25/2024
5.3.12 290 4/18/2024
5.3.11 485 4/17/2024
5.3.10 1,091 3/3/2024
5.3.9 391 2/29/2024
5.3.9-preview-02 354 2/3/2024
5.3.9-preview-01 364 1/23/2024
5.3.8 529 1/20/2024
5.3.7 3,152 11/20/2023
5.3.6 614 11/19/2023
5.3.5 1,253 9/21/2023
5.3.4 1,204 8/3/2023
5.3.3 2,549 6/24/2023
5.3.2 34,529 4/1/2023
5.3.1 988 3/6/2023
5.3.0 1,038 3/3/2023
5.2.25 1,121 2/5/2023
5.2.24 10,774 12/18/2022
5.2.23 3,693 11/12/2022
5.2.22 5,378 11/6/2022
5.2.21 1,104 10/28/2022
5.2.20 31,044 9/3/2022
5.2.20-preview-01 777 9/3/2022
5.2.19 32,747 6/26/2022
5.2.18 19,283 3/7/2022
5.2.17 4,994 2/21/2022
5.2.16 2,421 2/19/2022
5.2.15 143,067 12/17/2021
5.2.14 17,901 11/9/2021
5.2.13 165,182 10/9/2021
5.2.12 204,454 7/31/2021
5.2.11 83,135 7/19/2021
5.2.10 344,857 5/31/2021
5.2.9 193,123 3/26/2021
5.2.8 285,762 2/13/2021
5.2.7 81,541 12/26/2020
5.2.7-preview-03 1,082 12/26/2020
5.2.7-preview-01 1,082 12/26/2020
3.6.8 153 9/28/2025
3.6.7 305 7/28/2025
3.6.6 418 6/11/2025
3.6.5 781 5/28/2025
3.6.4 328 5/19/2025
3.6.3 230 5/9/2025
3.6.2 310 4/24/2025
3.6.1 347 1/23/2025
3.6.0.2 281 2/11/2025
3.6.0.1 251 1/28/2025
3.6.0 254 1/26/2025
3.6.0-preview-03 148 1/25/2025
3.6.0-preview-02 140 1/24/2025
3.6.0-preview-01 163 1/23/2025
3.5.1 287 12/12/2024
3.5.0 264 12/7/2024
3.4.9 266 11/16/2024
3.4.8 260 10/31/2024
3.4.7 256 10/26/2024
3.4.6 298 10/13/2024
3.4.5 2,832 8/20/2024
3.4.4 259 7/30/2024
3.4.3 1,111 7/1/2024
3.4.2 300 6/25/2024
3.4.1 303 6/21/2024
3.4.0 331 5/31/2024
3.3.14 308 5/3/2024
3.3.13 291 4/25/2024
3.3.12 304 4/18/2024
3.3.11 292 4/17/2024
3.3.10 655 3/3/2024
3.3.9 384 2/29/2024
3.3.9-preview-02 326 2/3/2024
3.3.9-preview-01 381 1/23/2024
3.3.8 517 1/20/2024
3.3.7 10,800 11/20/2023
3.3.6 618 11/19/2023
3.3.5 3,244 9/21/2023
3.3.4 1,814 8/3/2023
3.3.3 9,279 6/24/2023
3.3.2 3,016 4/1/2023
3.3.1 1,365 3/6/2023
3.3.0 940 3/3/2023
3.2.25 1,697 2/5/2023
3.2.24 18,744 12/18/2022
3.2.23 1,775 11/12/2022
3.2.22 1,156 11/6/2022
3.2.21 1,185 10/28/2022
3.2.20 23,312 9/3/2022
3.2.20-preview-01 715 9/3/2022
3.2.19 48,591 6/26/2022
3.2.18 25,823 3/7/2022
3.2.17 1,399 2/21/2022
3.2.16 1,236 2/19/2022
3.2.15 26,654 12/17/2021
3.2.14 18,301 11/9/2021
3.2.13 2,715 10/9/2021
3.2.12 23,136 7/31/2021
3.2.11 4,983 7/19/2021
3.2.10 40,276 5/31/2021
3.2.9 23,062 3/26/2021
3.2.8 20,631 2/13/2021
3.2.7 73,951 12/26/2020
3.2.7-preview-03 1,085 12/26/2020
3.2.7-preview-02 1,124 12/26/2020
3.2.7-preview-01 1,110 12/26/2020
3.2.6 136,352 11/25/2020
3.2.6-preview-01 1,000 11/25/2020
3.2.5 199,936 10/24/2020
3.2.4 9,250 10/19/2020
3.2.3 12,296 10/11/2020
3.2.2 84,907 8/19/2020
3.2.1 11,031 8/8/2020
3.2.0 26,817 7/27/2020
2.6.8 142 9/28/2025
2.6.7 238 7/28/2025
2.6.6 430 6/11/2025
2.6.5 280 5/28/2025
2.6.4 282 5/19/2025
2.6.3 228 5/9/2025
2.6.2 310 4/24/2025
2.6.1 253 1/23/2025
2.6.0.2 261 2/11/2025
2.6.0.1 251 1/28/2025
2.6.0 369 1/26/2025
2.6.0-preview-03 158 1/25/2025
2.6.0-preview-02 157 1/24/2025
2.6.0-preview-01 159 1/23/2025
2.5.1 287 12/12/2024
2.5.0 279 12/7/2024
2.4.9 266 11/16/2024
2.4.8 266 10/31/2024
2.4.7 267 10/26/2024
2.4.6 283 10/13/2024
2.4.5 303 8/20/2024
2.4.4 249 7/30/2024
2.4.3 299 7/1/2024
2.4.2 283 6/25/2024
2.4.1 288 6/21/2024
2.4.0 283 5/31/2024
2.3.14 291 5/3/2024
2.3.13 337 4/25/2024
2.3.12 286 4/18/2024
2.3.11 284 4/17/2024
2.3.10 377 3/3/2024
2.3.9 397 2/29/2024
2.3.9-preview-02 345 2/3/2024
2.3.9-preview-01 383 1/23/2024
2.3.8 473 1/20/2024
2.3.7 620 11/20/2023
2.3.6 603 11/19/2023
2.3.5 670 9/21/2023
2.3.4 828 8/3/2023
2.3.3 829 6/24/2023
2.3.2 929 4/1/2023
2.3.1 904 3/6/2023
2.3.0 939 3/3/2023
2.2.25 973 2/5/2023
2.2.24 981 12/18/2022
2.2.23 993 11/12/2022
2.2.22 1,054 11/6/2022
2.2.21 1,060 10/28/2022
2.2.20 1,112 9/3/2022
2.2.20-preview-01 707 9/3/2022
2.2.19 1,185 6/26/2022
2.2.18 1,361 3/7/2022
2.2.17 1,170 2/21/2022
2.2.16 1,225 2/19/2022
2.2.15 1,130 12/17/2021
2.2.14 1,091 11/9/2021
2.2.13 1,143 10/9/2021
2.2.12 1,433 7/31/2021
2.2.11 1,973 7/19/2021
2.2.10 1,704 5/31/2021
2.2.9 7,480 3/26/2021
2.2.8 2,047 2/13/2021
2.2.7 1,419 12/26/2020
2.2.7-preview-03 1,083 12/26/2020
2.2.7-preview-02 1,064 12/26/2020
2.2.7-preview-01 1,125 12/26/2020
2.2.6 13,075 11/25/2020
2.2.6-preview-01 922 11/25/2020
2.2.5 4,564 10/24/2020
2.2.4 2,999 10/19/2020
2.2.3 1,364 10/11/2020
2.2.2 22,608 8/19/2020
2.2.1 8,409 8/8/2020
2.2.0 67,206 7/27/2020
1.1.8 20,899 7/12/2020
1.1.7 5,614 7/6/2020
1.1.6 3,012 7/5/2020
1.1.5 42,477 6/15/2020
1.1.4 1,426 6/15/2020
1.1.3 1,421 6/15/2020
1.1.2 23,516 5/31/2020
1.1.1 27,991 5/14/2020
1.1.0 24,613 4/25/2020
1.0.24 14,164 4/16/2020
1.0.23 223,407 3/26/2020
1.0.22 6,421 3/18/2020
1.0.21 39,650 2/29/2020
1.0.20 144,090 1/11/2020
1.0.19 117,121 8/29/2019
1.0.18 84,694 7/2/2019
1.0.17 43,642 6/14/2019
1.0.16 4,877 6/6/2019
1.0.15 6,232 5/20/2019
1.0.14 5,260 5/14/2019
1.0.13 15,481 5/3/2019
1.0.12 71,480 3/26/2019
1.0.11 14,285 2/28/2019
1.0.10 33,116 2/5/2019
1.0.9.2 595,181 1/10/2019
1.0.9.1 1,829 1/7/2019
1.0.9 36,705 10/19/2018
1.0.8.18 83,015 9/4/2018
1.0.8.17 12,126 8/27/2018
1.0.8.16 19,286 8/19/2018
1.0.8.15 1,961 8/17/2018
1.0.8.13 6,592 8/2/2018
1.0.8.12 5,392 7/27/2018
1.0.8.11 39,584 6/6/2018
1.0.8.10 2,821 6/5/2018
1.0.8.9 7,455 5/26/2018
1.0.8.8 2,391 5/21/2018
1.0.8.7 3,674 5/9/2018
1.0.8.6 3,029 4/28/2018
1.0.8.5 2,610 4/27/2018
1.0.8.4 2,390 4/25/2018
1.0.8.3 4,151 3/30/2018
1.0.8.2 57,964 1/9/2018
1.0.8.1 5,956 1/5/2018
1.0.8 21,754 12/16/2017
1.0.4.8 17,797 11/1/2017
1.0.4.7 4,814 9/12/2017
1.0.4.6 6,585 7/8/2017
1.0.4.5 2,317 6/28/2017
1.0.4.4 2,163 6/27/2017
1.0.4.3 2,469 6/1/2017
1.0.4.2 2,134 6/1/2017
1.0.4.1 2,150 5/31/2017
1.0.4 2,784 5/17/2017
1.0.3.6 3,737 4/8/2017
1.0.3.5 2,686 3/30/2017
1.0.3.4 2,596 3/25/2017
1.0.3.3 6,368 11/16/2016
1.0.3.2 2,594 10/31/2016
1.0.3.1 2,465 10/30/2016
1.0.3 2,355 10/22/2016
1.0.1 3,614 6/27/2016
1.0.0 11,398 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md