Microsoft.EntityFrameworkCore.DynamicLinq 6.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 6.3.9-preview-02
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 6.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="6.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="6.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 6.3.9-preview-02
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 6.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=6.3.9-preview-02&prerelease
                    
Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=6.3.9-preview-02&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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (79)

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
zzzprojects/System.Linq.Dynamic.Core
The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
alirezanet/Gridify
Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.
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.0.2 28,653 2 months ago
9.6.0.1 25,651 3 months ago
9.6.0 2,338 3 months ago
9.6.0-preview-03 124 3 months ago
9.6.0-preview-02 94 3 months ago
9.6.0-preview-01 101 3 months ago
9.5.1 48,971 4 months ago
9.5.0 3,863 5 months ago
9.4.9 17,031 5 months ago
8.6.1 44,631 3 months ago
8.6.0.2 4,366 2 months ago
8.6.0.1 1,099 3 months ago
8.6.0 3,758 3 months ago
8.6.0-preview-03 98 3 months ago
8.6.0-preview-02 95 3 months ago
8.6.0-preview-01 90 3 months ago
8.5.1 38,279 4 months ago
8.5.0 2,883 5 months ago
8.4.9 31,354 5 months ago
8.4.8 82,143 6 months ago
8.4.7 29,047 6 months ago
8.4.6 146,372 6 months ago
8.4.5 158,674 8 months ago
8.4.4 110,568 9 months ago
8.4.3 143,668 10 months ago
8.4.2 22,632 10 months ago
8.4.1 32,480 6/21/2024
8.4.0 75,454 5/31/2024
8.3.14 70,718 5/3/2024
8.3.13 16,675 4/25/2024
8.3.12 15,623 4/18/2024
8.3.10 143,759 3/3/2024
8.3.9 9,337 2/29/2024
8.3.9-preview-02 416 2/3/2024
8.3.9-preview-01 653 1/23/2024
8.3.8 86,183 1/20/2024
8.3.7 108,104 11/20/2023
7.6.1 680 3 months ago
7.6.0.2 485 2 months ago
7.6.0.1 448 3 months ago
7.6.0 464 3 months ago
7.6.0-preview-03 99 3 months ago
7.6.0-preview-02 85 3 months ago
7.6.0-preview-01 95 3 months ago
7.5.1 604 4 months ago
7.5.0 502 5 months ago
7.4.9 618 5 months ago
7.4.8 564 6 months ago
7.4.7 457 6 months ago
7.4.6 842 6 months ago
7.4.5 8,670 8 months ago
7.4.4 749 9 months ago
7.4.3 9,005 10 months ago
7.4.2 1,880 10 months ago
7.4.1 660 6/21/2024
7.4.0 5,793 5/31/2024
7.3.14 11,596 5/3/2024
7.3.13 1,053 4/25/2024
7.3.12 1,249 4/18/2024
7.3.11 1,217 4/17/2024
7.3.10 24,306 3/3/2024
7.3.9 3,323 2/29/2024
7.3.9-preview-02 825 2/3/2024
7.3.9-preview-01 440 1/23/2024
7.3.8 21,359 1/20/2024
7.3.7 25,956 11/20/2023
7.3.6 12,434 11/19/2023
7.3.5 202,598 9/21/2023
7.3.4 127,227 8/3/2023
7.3.3 86,656 6/24/2023
7.3.2 391,350 4/1/2023
7.3.1 28,161 3/6/2023
7.3.0 1,804 3/3/2023
7.2.25 80,780 2/5/2023
7.2.24 210,707 12/18/2022
7.2.23 73,194 11/12/2022
6.6.1 1,672 3 months ago
6.6.0.2 587 2 months ago
6.6.0.1 105 3 months ago
6.6.0 395 3 months ago
6.6.0-preview-03 98 3 months ago
6.6.0-preview-02 90 3 months ago
6.6.0-preview-01 96 3 months ago
6.5.1 10,525 4 months ago
6.5.0 161 5 months ago
6.4.9 621 5 months ago
6.4.8 237 6 months ago
6.4.7 368 6 months ago
6.4.6 1,415 6 months ago
6.4.5 2,165 8 months ago
6.4.4 962 9 months ago
6.4.3 1,392 10 months ago
6.4.2 250 10 months ago
6.4.1 2,296 6/21/2024
6.4.0 1,817 5/31/2024
6.3.14 2,657 5/3/2024
6.3.13 7,883 4/25/2024
6.3.12 239 4/18/2024
6.3.11 175 4/17/2024
6.3.10 9,794 3/3/2024
6.3.9 2,119 2/29/2024
6.3.9-preview-02 536 2/3/2024
6.3.9-preview-01 303 1/23/2024
6.3.8 38,749 1/20/2024
6.3.7 38,390 11/20/2023
6.3.6 1,568 11/19/2023
6.3.5 365,819 9/21/2023
6.3.4 47,562 8/3/2023
6.3.3 37,260 6/24/2023
6.3.2 138,796 4/1/2023
6.3.1 39,509 3/6/2023
6.3.0 18,351 3/3/2023
6.2.25 52,778 2/5/2023
6.2.24 70,115 12/18/2022
6.2.23 78,038 11/12/2022
6.2.22 47,444 11/6/2022
6.2.21 46,319 10/28/2022
6.2.20 389,906 9/3/2022
6.2.20-preview-01 668 9/3/2022
6.2.19 328,793 6/26/2022
6.2.18 657,968 3/7/2022
6.2.17 66,191 2/21/2022
6.2.16 4,063 2/19/2022
6.2.15 173,139 12/17/2021
6.2.14 265,933 11/9/2021
6.2.13-preview.4.21253.1 1,280 10/9/2021
6.2.12-preview.4.21253.1 928 7/31/2021
6.2.11-preview.4.21253.1 247 7/19/2021
6.0.0-preview.4.21253.1 460 5/31/2021
6.0.0-preview.3.21201.2 276 5/9/2021
5.6.1 203 3 months ago
5.6.0.2 134 2 months ago
5.6.0.1 109 3 months ago
5.6.0 119 3 months ago
5.6.0-preview-03 100 3 months ago
5.6.0-preview-02 85 3 months ago
5.6.0-preview-01 97 3 months ago
5.5.1 408 4 months ago
5.5.0 132 5 months ago
5.4.9 126 5 months ago
5.4.8 122 6 months ago
5.4.7 119 6 months ago
5.4.6 148 6 months ago
5.4.5 270 8 months ago
5.4.4 274 9 months ago
5.4.3 254 10 months ago
5.4.2 151 10 months ago
5.4.1 167 6/21/2024
5.4.0 175 5/31/2024
5.3.14 142 5/3/2024
5.3.13 165 4/25/2024
5.3.12 154 4/18/2024
5.3.11 339 4/17/2024
5.3.10 872 3/3/2024
5.3.9 253 2/29/2024
5.3.9-preview-02 294 2/3/2024
5.3.9-preview-01 313 1/23/2024
5.3.8 391 1/20/2024
5.3.7 2,610 11/20/2023
5.3.6 475 11/19/2023
5.3.5 1,106 9/21/2023
5.3.4 1,027 8/3/2023
5.3.3 2,390 6/24/2023
5.3.2 32,953 4/1/2023
5.3.1 823 3/6/2023
5.3.0 884 3/3/2023
5.2.25 934 2/5/2023
5.2.24 9,931 12/18/2022
5.2.23 3,186 11/12/2022
5.2.22 5,230 11/6/2022
5.2.21 936 10/28/2022
5.2.20 28,690 9/3/2022
5.2.20-preview-01 682 9/3/2022
5.2.19 29,702 6/26/2022
5.2.18 19,013 3/7/2022
5.2.17 4,737 2/21/2022
5.2.16 2,246 2/19/2022
5.2.15 132,067 12/17/2021
5.2.14 17,419 11/9/2021
5.2.13 164,523 10/9/2021
5.2.12 197,021 7/31/2021
5.2.11 77,090 7/19/2021
5.2.10 334,840 5/31/2021
5.2.9 188,921 3/26/2021
5.2.8 278,441 2/13/2021
5.2.7 80,135 12/26/2020
5.2.7-preview-03 981 12/26/2020
5.2.7-preview-01 967 12/26/2020
3.6.1 168 3 months ago
3.6.0.2 135 2 months ago
3.6.0.1 113 3 months ago
3.6.0 126 3 months ago
3.6.0-preview-03 95 3 months ago
3.6.0-preview-02 86 3 months ago
3.6.0-preview-01 108 3 months ago
3.5.1 142 4 months ago
3.5.0 125 5 months ago
3.4.9 134 5 months ago
3.4.8 121 6 months ago
3.4.7 122 6 months ago
3.4.6 149 6 months ago
3.4.5 1,712 8 months ago
3.4.4 119 9 months ago
3.4.3 499 10 months ago
3.4.2 166 10 months ago
3.4.1 167 6/21/2024
3.4.0 185 5/31/2024
3.3.14 170 5/3/2024
3.3.13 149 4/25/2024
3.3.12 171 4/18/2024
3.3.11 153 4/17/2024
3.3.10 401 3/3/2024
3.3.9 244 2/29/2024
3.3.9-preview-02 274 2/3/2024
3.3.9-preview-01 329 1/23/2024
3.3.8 378 1/20/2024
3.3.7 8,542 11/20/2023
3.3.6 478 11/19/2023
3.3.5 2,862 9/21/2023
3.3.4 1,661 8/3/2023
3.3.3 8,561 6/24/2023
3.3.2 2,848 4/1/2023
3.3.1 1,203 3/6/2023
3.3.0 794 3/3/2023
3.2.25 1,480 2/5/2023
3.2.24 18,089 12/18/2022
3.2.23 1,594 11/12/2022
3.2.22 990 11/6/2022
3.2.21 1,014 10/28/2022
3.2.20 21,901 9/3/2022
3.2.20-preview-01 632 9/3/2022
3.2.19 48,046 6/26/2022
3.2.18 25,000 3/7/2022
3.2.17 1,231 2/21/2022
3.2.16 1,057 2/19/2022
3.2.15 25,053 12/17/2021
3.2.14 17,631 11/9/2021
3.2.13 2,495 10/9/2021
3.2.12 22,668 7/31/2021
3.2.11 4,768 7/19/2021
3.2.10 39,845 5/31/2021
3.2.9 21,872 3/26/2021
3.2.8 20,017 2/13/2021
3.2.7 73,619 12/26/2020
3.2.7-preview-03 973 12/26/2020
3.2.7-preview-02 991 12/26/2020
3.2.7-preview-01 988 12/26/2020
3.2.6 133,820 11/25/2020
3.2.6-preview-01 886 11/25/2020
3.2.5 193,441 10/24/2020
3.2.4 8,127 10/19/2020
3.2.3 12,049 10/11/2020
3.2.2 81,951 8/19/2020
3.2.1 10,523 8/8/2020
3.2.0 26,422 7/27/2020
2.6.1 118 3 months ago
2.6.0.2 124 2 months ago
2.6.0.1 109 3 months ago
2.6.0 119 3 months ago
2.6.0-preview-03 98 3 months ago
2.6.0-preview-02 87 3 months ago
2.6.0-preview-01 96 3 months ago
2.5.1 144 4 months ago
2.5.0 131 5 months ago
2.4.9 127 5 months ago
2.4.8 128 6 months ago
2.4.7 129 6 months ago
2.4.6 142 6 months ago
2.4.5 162 8 months ago
2.4.4 118 9 months ago
2.4.3 153 10 months ago
2.4.2 147 10 months ago
2.4.1 149 6/21/2024
2.4.0 137 5/31/2024
2.3.14 150 5/3/2024
2.3.13 180 4/25/2024
2.3.12 153 4/18/2024
2.3.11 139 4/17/2024
2.3.10 238 3/3/2024
2.3.9 253 2/29/2024
2.3.9-preview-02 294 2/3/2024
2.3.9-preview-01 302 1/23/2024
2.3.8 337 1/20/2024
2.3.7 494 11/20/2023
2.3.6 464 11/19/2023
2.3.5 537 9/21/2023
2.3.4 675 8/3/2023
2.3.3 672 6/24/2023
2.3.2 778 4/1/2023
2.3.1 736 3/6/2023
2.3.0 778 3/3/2023
2.2.25 816 2/5/2023
2.2.24 812 12/18/2022
2.2.23 841 11/12/2022
2.2.22 891 11/6/2022
2.2.21 896 10/28/2022
2.2.20 949 9/3/2022
2.2.20-preview-01 613 9/3/2022
2.2.19 1,002 6/26/2022
2.2.18 1,177 3/7/2022
2.2.17 999 2/21/2022
2.2.16 1,042 2/19/2022
2.2.15 947 12/17/2021
2.2.14 919 11/9/2021
2.2.13 974 10/9/2021
2.2.12 1,266 7/31/2021
2.2.11 1,792 7/19/2021
2.2.10 1,536 5/31/2021
2.2.9 7,291 3/26/2021
2.2.8 1,874 2/13/2021
2.2.7 1,240 12/26/2020
2.2.7-preview-03 974 12/26/2020
2.2.7-preview-02 955 12/26/2020
2.2.7-preview-01 994 12/26/2020
2.2.6 12,774 11/25/2020
2.2.6-preview-01 815 11/25/2020
2.2.5 4,046 10/24/2020
2.2.4 2,804 10/19/2020
2.2.3 1,175 10/11/2020
2.2.2 22,415 8/19/2020
2.2.1 8,181 8/8/2020
2.2.0 64,595 7/27/2020
1.1.8 20,085 7/12/2020
1.1.7 5,339 7/6/2020
1.1.6 2,773 7/5/2020
1.1.5 42,237 6/15/2020
1.1.4 1,232 6/15/2020
1.1.3 1,224 6/15/2020
1.1.2 21,772 5/31/2020
1.1.1 27,717 5/14/2020
1.1.0 23,748 4/25/2020
1.0.24 12,999 4/16/2020
1.0.23 215,023 3/26/2020
1.0.22 6,218 3/18/2020
1.0.21 35,957 2/29/2020
1.0.20 136,366 1/11/2020
1.0.19 114,565 8/29/2019
1.0.18 83,183 7/2/2019
1.0.17 42,763 6/14/2019
1.0.16 4,340 6/6/2019
1.0.15 5,764 5/20/2019
1.0.14 5,052 5/14/2019
1.0.13 14,905 5/3/2019
1.0.12 70,023 3/26/2019
1.0.11 14,063 2/28/2019
1.0.10 32,014 2/5/2019
1.0.9.2 589,043 1/10/2019
1.0.9.1 1,649 1/7/2019
1.0.9 36,097 10/19/2018
1.0.8.18 82,238 9/4/2018
1.0.8.17 11,758 8/27/2018
1.0.8.16 18,688 8/19/2018
1.0.8.15 1,764 8/17/2018
1.0.8.13 6,296 8/2/2018
1.0.8.12 5,093 7/27/2018
1.0.8.11 38,115 6/6/2018
1.0.8.10 2,444 6/5/2018
1.0.8.9 7,054 5/26/2018
1.0.8.8 2,006 5/21/2018
1.0.8.7 3,297 5/9/2018
1.0.8.6 2,667 4/28/2018
1.0.8.5 2,256 4/27/2018
1.0.8.4 2,032 4/25/2018
1.0.8.3 3,769 3/30/2018
1.0.8.2 56,746 1/9/2018
1.0.8.1 5,488 1/5/2018
1.0.8 20,927 12/16/2017
1.0.4.8 16,405 11/1/2017
1.0.4.7 4,535 9/12/2017
1.0.4.6 6,290 7/8/2017
1.0.4.5 2,027 6/28/2017
1.0.4.4 1,861 6/27/2017
1.0.4.3 2,172 6/1/2017
1.0.4.2 1,820 6/1/2017
1.0.4.1 1,846 5/31/2017
1.0.4 2,488 5/17/2017
1.0.3.6 3,350 4/8/2017
1.0.3.5 2,289 3/30/2017
1.0.3.4 2,213 3/25/2017
1.0.3.3 6,004 11/16/2016
1.0.3.2 2,226 10/31/2016
1.0.3.1 2,094 10/30/2016
1.0.3 1,978 10/22/2016
1.0.1 3,158 6/27/2016
1.0.0 8,743 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md