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.
#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 (78)

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

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.

FenixAlliance.ABM.SDK

Application Component for the Alliance Business Suite.

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.6 5,227 6/11/2025
9.6.5 4,609 5/28/2025
9.6.4 4,718 5/19/2025
9.6.3 3,788 5/9/2025
9.6.2 7,054 4/24/2025
9.6.0.2 53,748 2/11/2025
9.6.0.1 40,598 1/28/2025
9.6.0 2,904 1/26/2025
9.6.0-preview-03 135 1/25/2025
9.6.0-preview-02 107 1/24/2025
9.6.0-preview-01 109 1/23/2025
9.5.1 66,100 12/12/2024
9.5.0 4,482 12/7/2024
9.4.9 18,647 11/16/2024
8.6.6 1,828 6/11/2025
8.6.5 2,159 5/28/2025
8.6.4 1,545 5/19/2025
8.6.3 1,607 5/9/2025
8.6.2 3,589 4/24/2025
8.6.1 147,198 1/23/2025
8.6.0.2 9,878 2/11/2025
8.6.0.1 1,517 1/28/2025
8.6.0 6,306 1/26/2025
8.6.0-preview-03 109 1/25/2025
8.6.0-preview-02 106 1/24/2025
8.6.0-preview-01 99 1/23/2025
8.5.1 51,968 12/12/2024
8.5.0 4,029 12/7/2024
8.4.9 39,847 11/16/2024
8.4.8 97,984 10/31/2024
8.4.7 31,717 10/26/2024
8.4.6 165,684 10/13/2024
8.4.5 189,499 8/20/2024
8.4.4 123,563 7/30/2024
8.4.3 153,166 7/1/2024
8.4.2 24,832 6/25/2024
8.4.1 35,920 6/21/2024
8.4.0 88,868 5/31/2024
8.3.14 78,159 5/3/2024
8.3.13 18,284 4/25/2024
8.3.12 17,119 4/18/2024
8.3.10 152,604 3/3/2024
8.3.9 9,962 2/29/2024
8.3.9-preview-02 437 2/3/2024
8.3.9-preview-01 661 1/23/2024
8.3.8 92,583 1/20/2024
8.3.7 112,998 11/20/2023
7.6.6 410 6/11/2025
7.6.5 285 5/28/2025
7.6.4 333 5/19/2025
7.6.3 458 5/9/2025
7.6.2 422 4/24/2025
7.6.1 1,079 1/23/2025
7.6.0.2 755 2/11/2025
7.6.0.1 709 1/28/2025
7.6.0 732 1/26/2025
7.6.0-preview-03 109 1/25/2025
7.6.0-preview-02 98 1/24/2025
7.6.0-preview-01 106 1/23/2025
7.5.1 870 12/12/2024
7.5.0 762 12/7/2024
7.4.9 888 11/16/2024
7.4.8 833 10/31/2024
7.4.7 721 10/26/2024
7.4.6 1,107 10/13/2024
7.4.5 12,471 8/20/2024
7.4.4 1,018 7/30/2024
7.4.3 9,615 7/1/2024
7.4.2 2,146 6/25/2024
7.4.1 924 6/21/2024
7.4.0 6,184 5/31/2024
7.3.14 12,352 5/3/2024
7.3.13 1,357 4/25/2024
7.3.12 1,561 4/18/2024
7.3.11 1,489 4/17/2024
7.3.10 24,939 3/3/2024
7.3.9 3,622 2/29/2024
7.3.9-preview-02 841 2/3/2024
7.3.9-preview-01 454 1/23/2024
7.3.8 23,263 1/20/2024
7.3.7 26,717 11/20/2023
7.3.6 13,330 11/19/2023
7.3.5 217,601 9/21/2023
7.3.4 129,493 8/3/2023
7.3.3 87,198 6/24/2023
7.3.2 394,755 4/1/2023
7.3.1 29,019 3/6/2023
7.3.0 2,006 3/3/2023
7.2.25 81,843 2/5/2023
7.2.24 212,481 12/18/2022
7.2.23 76,077 11/12/2022
6.6.6 304 6/11/2025
6.6.5 193 5/28/2025
6.6.4 311 5/19/2025
6.6.3 155 5/9/2025
6.6.2 247 4/24/2025
6.6.1 2,022 1/23/2025
6.6.0.2 1,111 2/11/2025
6.6.0.1 211 1/28/2025
6.6.0 665 1/26/2025
6.6.0-preview-03 108 1/25/2025
6.6.0-preview-02 103 1/24/2025
6.6.0-preview-01 105 1/23/2025
6.5.1 19,094 12/12/2024
6.5.0 298 12/7/2024
6.4.9 881 11/16/2024
6.4.8 361 10/31/2024
6.4.7 493 10/26/2024
6.4.6 1,645 10/13/2024
6.4.5 2,388 8/20/2024
6.4.4 1,075 7/30/2024
6.4.3 1,526 7/1/2024
6.4.2 359 6/25/2024
6.4.1 2,404 6/21/2024
6.4.0 1,930 5/31/2024
6.3.14 2,781 5/3/2024
6.3.13 10,123 4/25/2024
6.3.12 347 4/18/2024
6.3.11 286 4/17/2024
6.3.10 10,401 3/3/2024
6.3.9 2,507 2/29/2024
6.3.9-preview-02 548 2/3/2024
6.3.9-preview-01 313 1/23/2024
6.3.8 41,277 1/20/2024
6.3.7 39,859 11/20/2023
6.3.6 1,674 11/19/2023
6.3.5 480,713 9/21/2023
6.3.4 47,863 8/3/2023
6.3.3 38,461 6/24/2023
6.3.2 143,609 4/1/2023
6.3.1 39,850 3/6/2023
6.3.0 19,164 3/3/2023
6.2.25 54,037 2/5/2023
6.2.24 71,633 12/18/2022
6.2.23 78,725 11/12/2022
6.2.22 48,359 11/6/2022
6.2.21 46,779 10/28/2022
6.2.20 394,263 9/3/2022
6.2.20-preview-01 688 9/3/2022
6.2.19 339,008 6/26/2022
6.2.18 664,677 3/7/2022
6.2.17 66,727 2/21/2022
6.2.16 4,104 2/19/2022
6.2.15 178,598 12/17/2021
6.2.14 271,659 11/9/2021
6.2.13-preview.4.21253.1 1,458 10/9/2021
6.2.12-preview.4.21253.1 966 7/31/2021
6.2.11-preview.4.21253.1 284 7/19/2021
6.0.0-preview.4.21253.1 493 5/31/2021
6.0.0-preview.3.21201.2 316 5/9/2021
5.6.6 288 6/11/2025
5.6.5 154 5/28/2025
5.6.4 152 5/19/2025
5.6.3 101 5/9/2025
5.6.2 182 4/24/2025
5.6.1 248 1/23/2025
5.6.0.2 150 2/11/2025
5.6.0.1 126 1/28/2025
5.6.0 135 1/26/2025
5.6.0-preview-03 112 1/25/2025
5.6.0-preview-02 101 1/24/2025
5.6.0-preview-01 114 1/23/2025
5.5.1 437 12/12/2024
5.5.0 148 12/7/2024
5.4.9 140 11/16/2024
5.4.8 138 10/31/2024
5.4.7 139 10/26/2024
5.4.6 163 10/13/2024
5.4.5 287 8/20/2024
5.4.4 297 7/30/2024
5.4.3 280 7/1/2024
5.4.2 165 6/25/2024
5.4.1 183 6/21/2024
5.4.0 192 5/31/2024
5.3.14 157 5/3/2024
5.3.13 179 4/25/2024
5.3.12 170 4/18/2024
5.3.11 354 4/17/2024
5.3.10 911 3/3/2024
5.3.9 270 2/29/2024
5.3.9-preview-02 305 2/3/2024
5.3.9-preview-01 321 1/23/2024
5.3.8 408 1/20/2024
5.3.7 2,807 11/20/2023
5.3.6 495 11/19/2023
5.3.5 1,129 9/21/2023
5.3.4 1,068 8/3/2023
5.3.3 2,414 6/24/2023
5.3.2 33,014 4/1/2023
5.3.1 845 3/6/2023
5.3.0 905 3/3/2023
5.2.25 969 2/5/2023
5.2.24 10,311 12/18/2022
5.2.23 3,307 11/12/2022
5.2.22 5,250 11/6/2022
5.2.21 963 10/28/2022
5.2.20 29,545 9/3/2022
5.2.20-preview-01 702 9/3/2022
5.2.19 31,154 6/26/2022
5.2.18 19,079 3/7/2022
5.2.17 4,819 2/21/2022
5.2.16 2,282 2/19/2022
5.2.15 135,957 12/17/2021
5.2.14 17,473 11/9/2021
5.2.13 164,758 10/9/2021
5.2.12 198,219 7/31/2021
5.2.11 78,383 7/19/2021
5.2.10 336,526 5/31/2021
5.2.9 189,462 3/26/2021
5.2.8 279,371 2/13/2021
5.2.7 80,471 12/26/2020
5.2.7-preview-03 1,021 12/26/2020
5.2.7-preview-01 1,008 12/26/2020
3.6.6 289 6/11/2025
3.6.5 224 5/28/2025
3.6.4 164 5/19/2025
3.6.3 106 5/9/2025
3.6.2 184 4/24/2025
3.6.1 199 1/23/2025
3.6.0.2 161 2/11/2025
3.6.0.1 128 1/28/2025
3.6.0 144 1/26/2025
3.6.0-preview-03 107 1/25/2025
3.6.0-preview-02 97 1/24/2025
3.6.0-preview-01 119 1/23/2025
3.5.1 158 12/12/2024
3.5.0 141 12/7/2024
3.4.9 149 11/16/2024
3.4.8 137 10/31/2024
3.4.7 140 10/26/2024
3.4.6 167 10/13/2024
3.4.5 2,101 8/20/2024
3.4.4 138 7/30/2024
3.4.3 631 7/1/2024
3.4.2 180 6/25/2024
3.4.1 181 6/21/2024
3.4.0 209 5/31/2024
3.3.14 187 5/3/2024
3.3.13 165 4/25/2024
3.3.12 183 4/18/2024
3.3.11 169 4/17/2024
3.3.10 447 3/3/2024
3.3.9 260 2/29/2024
3.3.9-preview-02 284 2/3/2024
3.3.9-preview-01 337 1/23/2024
3.3.8 395 1/20/2024
3.3.7 9,006 11/20/2023
3.3.6 493 11/19/2023
3.3.5 2,993 9/21/2023
3.3.4 1,685 8/3/2023
3.3.3 8,876 6/24/2023
3.3.2 2,878 4/1/2023
3.3.1 1,233 3/6/2023
3.3.0 815 3/3/2023
3.2.25 1,541 2/5/2023
3.2.24 18,169 12/18/2022
3.2.23 1,621 11/12/2022
3.2.22 1,013 11/6/2022
3.2.21 1,043 10/28/2022
3.2.20 22,716 9/3/2022
3.2.20-preview-01 653 9/3/2022
3.2.19 48,217 6/26/2022
3.2.18 25,094 3/7/2022
3.2.17 1,270 2/21/2022
3.2.16 1,088 2/19/2022
3.2.15 26,015 12/17/2021
3.2.14 17,786 11/9/2021
3.2.13 2,559 10/9/2021
3.2.12 22,869 7/31/2021
3.2.11 4,810 7/19/2021
3.2.10 39,903 5/31/2021
3.2.9 22,242 3/26/2021
3.2.8 20,243 2/13/2021
3.2.7 73,722 12/26/2020
3.2.7-preview-03 1,011 12/26/2020
3.2.7-preview-02 1,033 12/26/2020
3.2.7-preview-01 1,029 12/26/2020
3.2.6 134,326 11/25/2020
3.2.6-preview-01 931 11/25/2020
3.2.5 194,113 10/24/2020
3.2.4 8,179 10/19/2020
3.2.3 12,126 10/11/2020
3.2.2 82,343 8/19/2020
3.2.1 10,771 8/8/2020
3.2.0 26,575 7/27/2020
2.6.6 291 6/11/2025
2.6.5 157 5/28/2025
2.6.4 154 5/19/2025
2.6.3 102 5/9/2025
2.6.2 190 4/24/2025
2.6.1 135 1/23/2025
2.6.0.2 142 2/11/2025
2.6.0.1 127 1/28/2025
2.6.0 155 1/26/2025
2.6.0-preview-03 107 1/25/2025
2.6.0-preview-02 104 1/24/2025
2.6.0-preview-01 108 1/23/2025
2.5.1 158 12/12/2024
2.5.0 152 12/7/2024
2.4.9 144 11/16/2024
2.4.8 142 10/31/2024
2.4.7 146 10/26/2024
2.4.6 159 10/13/2024
2.4.5 180 8/20/2024
2.4.4 132 7/30/2024
2.4.3 171 7/1/2024
2.4.2 166 6/25/2024
2.4.1 167 6/21/2024
2.4.0 156 5/31/2024
2.3.14 168 5/3/2024
2.3.13 195 4/25/2024
2.3.12 168 4/18/2024
2.3.11 158 4/17/2024
2.3.10 258 3/3/2024
2.3.9 272 2/29/2024
2.3.9-preview-02 301 2/3/2024
2.3.9-preview-01 315 1/23/2024
2.3.8 354 1/20/2024
2.3.7 512 11/20/2023
2.3.6 483 11/19/2023
2.3.5 557 9/21/2023
2.3.4 697 8/3/2023
2.3.3 698 6/24/2023
2.3.2 805 4/1/2023
2.3.1 761 3/6/2023
2.3.0 802 3/3/2023
2.2.25 841 2/5/2023
2.2.24 836 12/18/2022
2.2.23 865 11/12/2022
2.2.22 912 11/6/2022
2.2.21 920 10/28/2022
2.2.20 972 9/3/2022
2.2.20-preview-01 635 9/3/2022
2.2.19 1,039 6/26/2022
2.2.18 1,213 3/7/2022
2.2.17 1,039 2/21/2022
2.2.16 1,079 2/19/2022
2.2.15 985 12/17/2021
2.2.14 953 11/9/2021
2.2.13 1,008 10/9/2021
2.2.12 1,300 7/31/2021
2.2.11 1,827 7/19/2021
2.2.10 1,575 5/31/2021
2.2.9 7,331 3/26/2021
2.2.8 1,914 2/13/2021
2.2.7 1,278 12/26/2020
2.2.7-preview-03 1,009 12/26/2020
2.2.7-preview-02 994 12/26/2020
2.2.7-preview-01 1,030 12/26/2020
2.2.6 12,878 11/25/2020
2.2.6-preview-01 853 11/25/2020
2.2.5 4,087 10/24/2020
2.2.4 2,849 10/19/2020
2.2.3 1,216 10/11/2020
2.2.2 22,463 8/19/2020
2.2.1 8,239 8/8/2020
2.2.0 65,032 7/27/2020
1.1.8 20,455 7/12/2020
1.1.7 5,391 7/6/2020
1.1.6 2,815 7/5/2020
1.1.5 42,315 6/15/2020
1.1.4 1,272 6/15/2020
1.1.3 1,264 6/15/2020
1.1.2 21,975 5/31/2020
1.1.1 27,825 5/14/2020
1.1.0 23,914 4/25/2020
1.0.24 13,059 4/16/2020
1.0.23 215,075 3/26/2020
1.0.22 6,267 3/18/2020
1.0.21 36,506 2/29/2020
1.0.20 137,751 1/11/2020
1.0.19 115,287 8/29/2019
1.0.18 83,282 7/2/2019
1.0.17 43,108 6/14/2019
1.0.16 4,666 6/6/2019
1.0.15 5,941 5/20/2019
1.0.14 5,107 5/14/2019
1.0.13 15,011 5/3/2019
1.0.12 70,141 3/26/2019
1.0.11 14,119 2/28/2019
1.0.10 32,147 2/5/2019
1.0.9.2 589,356 1/10/2019
1.0.9.1 1,693 1/7/2019
1.0.9 36,199 10/19/2018
1.0.8.18 82,304 9/4/2018
1.0.8.17 11,822 8/27/2018
1.0.8.16 18,758 8/19/2018
1.0.8.15 1,818 8/17/2018
1.0.8.13 6,405 8/2/2018
1.0.8.12 5,189 7/27/2018
1.0.8.11 38,284 6/6/2018
1.0.8.10 2,578 6/5/2018
1.0.8.9 7,188 5/26/2018
1.0.8.8 2,138 5/21/2018
1.0.8.7 3,435 5/9/2018
1.0.8.6 2,804 4/28/2018
1.0.8.5 2,389 4/27/2018
1.0.8.4 2,168 4/25/2018
1.0.8.3 3,911 3/30/2018
1.0.8.2 56,884 1/9/2018
1.0.8.1 5,625 1/5/2018
1.0.8 21,061 12/16/2017
1.0.4.8 16,911 11/1/2017
1.0.4.7 4,627 9/12/2017
1.0.4.6 6,392 7/8/2017
1.0.4.5 2,127 6/28/2017
1.0.4.4 1,956 6/27/2017
1.0.4.3 2,267 6/1/2017
1.0.4.2 1,911 6/1/2017
1.0.4.1 1,941 5/31/2017
1.0.4 2,588 5/17/2017
1.0.3.6 3,484 4/8/2017
1.0.3.5 2,424 3/30/2017
1.0.3.4 2,350 3/25/2017
1.0.3.3 6,140 11/16/2016
1.0.3.2 2,362 10/31/2016
1.0.3.1 2,230 10/30/2016
1.0.3 2,122 10/22/2016
1.0.1 3,348 6/27/2016
1.0.0 10,359 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md