Microsoft.EntityFrameworkCore.DynamicLinq 3.6.0-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 3.6.0-preview-01
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 3.6.0-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="3.6.0-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="3.6.0-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 3.6.0-preview-01
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 3.6.0-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.
#addin nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=3.6.0-preview-01&prerelease
                    
Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=3.6.0-preview-01&prerelease
                    
Install Microsoft.EntityFrameworkCore.DynamicLinq 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 (77)

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 553 6/11/2025
9.6.5 2,794 5/28/2025
9.6.4 3,739 5/19/2025
9.6.3 3,496 5/9/2025
9.6.2 5,705 4/24/2025
9.6.0.2 49,968 2/11/2025
9.6.0.1 37,559 1/28/2025
9.6.0 2,829 1/26/2025
9.6.0-preview-03 128 1/25/2025
9.6.0-preview-02 98 1/24/2025
9.6.0-preview-01 104 1/23/2025
9.5.1 62,589 12/12/2024
9.5.0 4,431 12/7/2024
9.4.9 18,238 11/16/2024
8.6.6 187 6/11/2025
8.6.5 1,381 5/28/2025
8.6.4 1,277 5/19/2025
8.6.3 1,369 5/9/2025
8.6.2 2,982 4/24/2025
8.6.1 124,137 1/23/2025
8.6.0.2 8,805 2/11/2025
8.6.0.1 1,469 1/28/2025
8.6.0 5,932 1/26/2025
8.6.0-preview-03 102 1/25/2025
8.6.0-preview-02 98 1/24/2025
8.6.0-preview-01 93 1/23/2025
8.5.1 49,378 12/12/2024
8.5.0 3,682 12/7/2024
8.4.9 38,148 11/16/2024
8.4.8 95,719 10/31/2024
8.4.7 30,819 10/26/2024
8.4.6 162,020 10/13/2024
8.4.5 181,578 8/20/2024
8.4.4 121,111 7/30/2024
8.4.3 151,071 7/1/2024
8.4.2 24,338 6/25/2024
8.4.1 35,221 6/21/2024
8.4.0 85,543 5/31/2024
8.3.14 76,410 5/3/2024
8.3.13 18,093 4/25/2024
8.3.12 16,943 4/18/2024
8.3.10 150,823 3/3/2024
8.3.9 9,785 2/29/2024
8.3.9-preview-02 429 2/3/2024
8.3.9-preview-01 656 1/23/2024
8.3.8 91,249 1/20/2024
8.3.7 112,114 11/20/2023
7.6.6 94 6/11/2025
7.6.5 216 5/28/2025
7.6.4 275 5/19/2025
7.6.3 363 5/9/2025
7.6.2 399 4/24/2025
7.6.1 1,040 1/23/2025
7.6.0.2 733 2/11/2025
7.6.0.1 689 1/28/2025
7.6.0 708 1/26/2025
7.6.0-preview-03 103 1/25/2025
7.6.0-preview-02 89 1/24/2025
7.6.0-preview-01 99 1/23/2025
7.5.1 851 12/12/2024
7.5.0 742 12/7/2024
7.4.9 867 11/16/2024
7.4.8 810 10/31/2024
7.4.7 702 10/26/2024
7.4.6 1,087 10/13/2024
7.4.5 11,662 8/20/2024
7.4.4 998 7/30/2024
7.4.3 9,579 7/1/2024
7.4.2 2,124 6/25/2024
7.4.1 902 6/21/2024
7.4.0 6,126 5/31/2024
7.3.14 12,232 5/3/2024
7.3.13 1,314 4/25/2024
7.3.12 1,530 4/18/2024
7.3.11 1,466 4/17/2024
7.3.10 24,861 3/3/2024
7.3.9 3,600 2/29/2024
7.3.9-preview-02 832 2/3/2024
7.3.9-preview-01 443 1/23/2024
7.3.8 22,975 1/20/2024
7.3.7 26,590 11/20/2023
7.3.6 13,161 11/19/2023
7.3.5 214,330 9/21/2023
7.3.4 128,994 8/3/2023
7.3.3 87,130 6/24/2023
7.3.2 394,086 4/1/2023
7.3.1 28,790 3/6/2023
7.3.0 1,953 3/3/2023
7.2.25 81,642 2/5/2023
7.2.24 211,983 12/18/2022
7.2.23 75,541 11/12/2022
6.6.6 94 6/11/2025
6.6.5 163 5/28/2025
6.6.4 286 5/19/2025
6.6.3 132 5/9/2025
6.6.2 227 4/24/2025
6.6.1 1,956 1/23/2025
6.6.0.2 981 2/11/2025
6.6.0.1 191 1/28/2025
6.6.0 618 1/26/2025
6.6.0-preview-03 102 1/25/2025
6.6.0-preview-02 94 1/24/2025
6.6.0-preview-01 99 1/23/2025
6.5.1 17,347 12/12/2024
6.5.0 271 12/7/2024
6.4.9 795 11/16/2024
6.4.8 336 10/31/2024
6.4.7 472 10/26/2024
6.4.6 1,600 10/13/2024
6.4.5 2,302 8/20/2024
6.4.4 1,053 7/30/2024
6.4.3 1,492 7/1/2024
6.4.2 340 6/25/2024
6.4.1 2,386 6/21/2024
6.4.0 1,909 5/31/2024
6.3.14 2,760 5/3/2024
6.3.13 10,001 4/25/2024
6.3.12 328 4/18/2024
6.3.11 264 4/17/2024
6.3.10 10,299 3/3/2024
6.3.9 2,430 2/29/2024
6.3.9-preview-02 541 2/3/2024
6.3.9-preview-01 306 1/23/2024
6.3.8 40,800 1/20/2024
6.3.7 39,647 11/20/2023
6.3.6 1,655 11/19/2023
6.3.5 460,520 9/21/2023
6.3.4 47,814 8/3/2023
6.3.3 38,240 6/24/2023
6.3.2 142,458 4/1/2023
6.3.1 39,784 3/6/2023
6.3.0 18,906 3/3/2023
6.2.25 53,766 2/5/2023
6.2.24 71,357 12/18/2022
6.2.23 78,600 11/12/2022
6.2.22 48,218 11/6/2022
6.2.21 46,697 10/28/2022
6.2.20 393,317 9/3/2022
6.2.20-preview-01 677 9/3/2022
6.2.19 337,372 6/26/2022
6.2.18 663,290 3/7/2022
6.2.17 66,542 2/21/2022
6.2.16 4,088 2/19/2022
6.2.15 177,120 12/17/2021
6.2.14 270,705 11/9/2021
6.2.13-preview.4.21253.1 1,393 10/9/2021
6.2.12-preview.4.21253.1 945 7/31/2021
6.2.11-preview.4.21253.1 263 7/19/2021
6.0.0-preview.4.21253.1 476 5/31/2021
6.0.0-preview.3.21201.2 292 5/9/2021
5.6.6 92 6/11/2025
5.6.5 144 5/28/2025
5.6.4 144 5/19/2025
5.6.3 91 5/9/2025
5.6.2 170 4/24/2025
5.6.1 233 1/23/2025
5.6.0.2 143 2/11/2025
5.6.0.1 116 1/28/2025
5.6.0 127 1/26/2025
5.6.0-preview-03 104 1/25/2025
5.6.0-preview-02 88 1/24/2025
5.6.0-preview-01 101 1/23/2025
5.5.1 428 12/12/2024
5.5.0 141 12/7/2024
5.4.9 134 11/16/2024
5.4.8 130 10/31/2024
5.4.7 128 10/26/2024
5.4.6 157 10/13/2024
5.4.5 280 8/20/2024
5.4.4 283 7/30/2024
5.4.3 273 7/1/2024
5.4.2 160 6/25/2024
5.4.1 176 6/21/2024
5.4.0 185 5/31/2024
5.3.14 151 5/3/2024
5.3.13 174 4/25/2024
5.3.12 163 4/18/2024
5.3.11 349 4/17/2024
5.3.10 887 3/3/2024
5.3.9 264 2/29/2024
5.3.9-preview-02 297 2/3/2024
5.3.9-preview-01 316 1/23/2024
5.3.8 399 1/20/2024
5.3.7 2,778 11/20/2023
5.3.6 484 11/19/2023
5.3.5 1,118 9/21/2023
5.3.4 1,047 8/3/2023
5.3.3 2,402 6/24/2023
5.3.2 32,999 4/1/2023
5.3.1 835 3/6/2023
5.3.0 896 3/3/2023
5.2.25 947 2/5/2023
5.2.24 10,244 12/18/2022
5.2.23 3,277 11/12/2022
5.2.22 5,242 11/6/2022
5.2.21 951 10/28/2022
5.2.20 29,178 9/3/2022
5.2.20-preview-01 692 9/3/2022
5.2.19 30,921 6/26/2022
5.2.18 19,055 3/7/2022
5.2.17 4,799 2/21/2022
5.2.16 2,265 2/19/2022
5.2.15 134,989 12/17/2021
5.2.14 17,448 11/9/2021
5.2.13 164,737 10/9/2021
5.2.12 198,030 7/31/2021
5.2.11 78,112 7/19/2021
5.2.10 336,384 5/31/2021
5.2.9 189,342 3/26/2021
5.2.8 279,079 2/13/2021
5.2.7 80,382 12/26/2020
5.2.7-preview-03 999 12/26/2020
5.2.7-preview-01 986 12/26/2020
3.6.6 94 6/11/2025
3.6.5 173 5/28/2025
3.6.4 151 5/19/2025
3.6.3 96 5/9/2025
3.6.2 170 4/24/2025
3.6.1 187 1/23/2025
3.6.0.2 148 2/11/2025
3.6.0.1 120 1/28/2025
3.6.0 134 1/26/2025
3.6.0-preview-03 98 1/25/2025
3.6.0-preview-02 89 1/24/2025
3.6.0-preview-01 112 1/23/2025
3.5.1 151 12/12/2024
3.5.0 133 12/7/2024
3.4.9 144 11/16/2024
3.4.8 131 10/31/2024
3.4.7 131 10/26/2024
3.4.6 158 10/13/2024
3.4.5 2,022 8/20/2024
3.4.4 130 7/30/2024
3.4.3 612 7/1/2024
3.4.2 175 6/25/2024
3.4.1 176 6/21/2024
3.4.0 200 5/31/2024
3.3.14 182 5/3/2024
3.3.13 158 4/25/2024
3.3.12 179 4/18/2024
3.3.11 162 4/17/2024
3.3.10 435 3/3/2024
3.3.9 254 2/29/2024
3.3.9-preview-02 277 2/3/2024
3.3.9-preview-01 333 1/23/2024
3.3.8 386 1/20/2024
3.3.7 8,892 11/20/2023
3.3.6 486 11/19/2023
3.3.5 2,949 9/21/2023
3.3.4 1,672 8/3/2023
3.3.3 8,790 6/24/2023
3.3.2 2,864 4/1/2023
3.3.1 1,218 3/6/2023
3.3.0 806 3/3/2023
3.2.25 1,524 2/5/2023
3.2.24 18,151 12/18/2022
3.2.23 1,610 11/12/2022
3.2.22 1,002 11/6/2022
3.2.21 1,030 10/28/2022
3.2.20 22,565 9/3/2022
3.2.20-preview-01 641 9/3/2022
3.2.19 48,172 6/26/2022
3.2.18 25,072 3/7/2022
3.2.17 1,249 2/21/2022
3.2.16 1,074 2/19/2022
3.2.15 25,806 12/17/2021
3.2.14 17,763 11/9/2021
3.2.13 2,536 10/9/2021
3.2.12 22,822 7/31/2021
3.2.11 4,789 7/19/2021
3.2.10 39,884 5/31/2021
3.2.9 22,157 3/26/2021
3.2.8 20,195 2/13/2021
3.2.7 73,684 12/26/2020
3.2.7-preview-03 991 12/26/2020
3.2.7-preview-02 1,010 12/26/2020
3.2.7-preview-01 1,008 12/26/2020
3.2.6 134,186 11/25/2020
3.2.6-preview-01 905 11/25/2020
3.2.5 193,982 10/24/2020
3.2.4 8,157 10/19/2020
3.2.3 12,094 10/11/2020
3.2.2 82,247 8/19/2020
3.2.1 10,682 8/8/2020
3.2.0 26,515 7/27/2020
2.6.6 96 6/11/2025
2.6.5 145 5/28/2025
2.6.4 143 5/19/2025
2.6.3 92 5/9/2025
2.6.2 176 4/24/2025
2.6.1 126 1/23/2025
2.6.0.2 133 2/11/2025
2.6.0.1 118 1/28/2025
2.6.0 129 1/26/2025
2.6.0-preview-03 102 1/25/2025
2.6.0-preview-02 91 1/24/2025
2.6.0-preview-01 103 1/23/2025
2.5.1 152 12/12/2024
2.5.0 139 12/7/2024
2.4.9 137 11/16/2024
2.4.8 137 10/31/2024
2.4.7 141 10/26/2024
2.4.6 150 10/13/2024
2.4.5 171 8/20/2024
2.4.4 127 7/30/2024
2.4.3 161 7/1/2024
2.4.2 156 6/25/2024
2.4.1 159 6/21/2024
2.4.0 147 5/31/2024
2.3.14 161 5/3/2024
2.3.13 189 4/25/2024
2.3.12 163 4/18/2024
2.3.11 148 4/17/2024
2.3.10 247 3/3/2024
2.3.9 263 2/29/2024
2.3.9-preview-02 297 2/3/2024
2.3.9-preview-01 305 1/23/2024
2.3.8 345 1/20/2024
2.3.7 502 11/20/2023
2.3.6 472 11/19/2023
2.3.5 543 9/21/2023
2.3.4 686 8/3/2023
2.3.3 685 6/24/2023
2.3.2 790 4/1/2023
2.3.1 749 3/6/2023
2.3.0 790 3/3/2023
2.2.25 829 2/5/2023
2.2.24 825 12/18/2022
2.2.23 854 11/12/2022
2.2.22 904 11/6/2022
2.2.21 909 10/28/2022
2.2.20 962 9/3/2022
2.2.20-preview-01 622 9/3/2022
2.2.19 1,017 6/26/2022
2.2.18 1,194 3/7/2022
2.2.17 1,016 2/21/2022
2.2.16 1,060 2/19/2022
2.2.15 966 12/17/2021
2.2.14 937 11/9/2021
2.2.13 992 10/9/2021
2.2.12 1,284 7/31/2021
2.2.11 1,812 7/19/2021
2.2.10 1,557 5/31/2021
2.2.9 7,312 3/26/2021
2.2.8 1,896 2/13/2021
2.2.7 1,262 12/26/2020
2.2.7-preview-03 992 12/26/2020
2.2.7-preview-02 973 12/26/2020
2.2.7-preview-01 1,012 12/26/2020
2.2.6 12,854 11/25/2020
2.2.6-preview-01 833 11/25/2020
2.2.5 4,068 10/24/2020
2.2.4 2,826 10/19/2020
2.2.3 1,196 10/11/2020
2.2.2 22,438 8/19/2020
2.2.1 8,212 8/8/2020
2.2.0 64,885 7/27/2020
1.1.8 20,398 7/12/2020
1.1.7 5,369 7/6/2020
1.1.6 2,794 7/5/2020
1.1.5 42,286 6/15/2020
1.1.4 1,254 6/15/2020
1.1.3 1,245 6/15/2020
1.1.2 21,885 5/31/2020
1.1.1 27,781 5/14/2020
1.1.0 23,870 4/25/2020
1.0.24 13,038 4/16/2020
1.0.23 215,052 3/26/2020
1.0.22 6,245 3/18/2020
1.0.21 36,381 2/29/2020
1.0.20 137,375 1/11/2020
1.0.19 115,131 8/29/2019
1.0.18 83,236 7/2/2019
1.0.17 43,017 6/14/2019
1.0.16 4,624 6/6/2019
1.0.15 5,889 5/20/2019
1.0.14 5,080 5/14/2019
1.0.13 14,972 5/3/2019
1.0.12 70,100 3/26/2019
1.0.11 14,091 2/28/2019
1.0.10 32,097 2/5/2019
1.0.9.2 589,284 1/10/2019
1.0.9.1 1,674 1/7/2019
1.0.9 36,171 10/19/2018
1.0.8.18 82,286 9/4/2018
1.0.8.17 11,805 8/27/2018
1.0.8.16 18,738 8/19/2018
1.0.8.15 1,802 8/17/2018
1.0.8.13 6,379 8/2/2018
1.0.8.12 5,161 7/27/2018
1.0.8.11 38,240 6/6/2018
1.0.8.10 2,537 6/5/2018
1.0.8.9 7,147 5/26/2018
1.0.8.8 2,098 5/21/2018
1.0.8.7 3,391 5/9/2018
1.0.8.6 2,758 4/28/2018
1.0.8.5 2,347 4/27/2018
1.0.8.4 2,125 4/25/2018
1.0.8.3 3,867 3/30/2018
1.0.8.2 56,844 1/9/2018
1.0.8.1 5,583 1/5/2018
1.0.8 21,023 12/16/2017
1.0.4.8 16,799 11/1/2017
1.0.4.7 4,599 9/12/2017
1.0.4.6 6,359 7/8/2017
1.0.4.5 2,093 6/28/2017
1.0.4.4 1,924 6/27/2017
1.0.4.3 2,236 6/1/2017
1.0.4.2 1,884 6/1/2017
1.0.4.1 1,911 5/31/2017
1.0.4 2,553 5/17/2017
1.0.3.6 3,442 4/8/2017
1.0.3.5 2,380 3/30/2017
1.0.3.4 2,308 3/25/2017
1.0.3.3 6,097 11/16/2016
1.0.3.2 2,317 10/31/2016
1.0.3.1 2,185 10/30/2016
1.0.3 2,071 10/22/2016
1.0.1 3,282 6/27/2016
1.0.0 10,116 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md