System.Linq.Dynamic.Core 1.7.2

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

Showing the top 20 packages that depend on System.Linq.Dynamic.Core.

Packages Downloads
Volo.Abp.Core
Package Description
19
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 - **【Nuget】版本更新到2.2.0-beta4** - **【Excel多Sheet导出】修复[#66](https://github.com/dotnetcore/Magicodes.IE/issues/66),并添加单元测试**
19
Elsa.Workflows.Management
Provides workflow management functionality.
18
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 **2020.08.10** - **【Nuget】版本更新到2.3.0-beta6** - 多Sheet导入保存标注错误单元测试,并没出现多数据导入效验bug #108 - Excel多Sheet 导入模板生成 #133 - 修复Excel模板图片高度问题 #131 **2020.08.04** - ** 【Nuget】版本更新到2.3.0-beta5** - 在runtimes native包问题 - 对于跨平台native中 COM Interop is not supported on this platform. #130 **2020.07.14** - ** 【Nuget】版本更新到2.3.0-beta4** **2020.07.13** - ** 【Nuget】版本更新到2.3.0-beta3** - 【PDF导出】修复Linux下导出PDf 出错问题 #125 **2020.07.06** - ** 【Nuget】版本更新到2.3.0-beta2** - 【Excel导出】导出业务错误数据支持直接返回错误数据的文件流字节 - 【Excel导出】对追加sheet实现同一个Model可自定义传入不同sheet名称 - exporter.Append(list1,"sheet1").SeparateBySheet().Append(list2).ExportAppendData(filePath); - 【Nuget】针对于一些客户端不支持SemVer 2.0.0 进行采取兼容机制
18
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032
18
Magicodes.IE.Excel
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html. 导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 更新记录:https://github.com/dotnetcore/Magicodes.IE/blob/master/RELEASE.md 公众号:麦扣聊技术 交流QQ群:85318032
17
Magicodes.IE.Excel
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html. 导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 更新记录:https://github.com/dotnetcore/Magicodes.IE/blob/master/RELEASE.md 公众号:麦扣聊技术 交流QQ群:85318032
17
Magicodes.IE.Excel
导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html. 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 公众号:麦扣聊技术 交流QQ群:85318032 **2021.01.02** - 【Nuget】版本更新到2.5.1.3 - Add PDF support for paper size - Add PDF support for margins [#223](https://github.com/dotnetcore/Magicodes.IE/issues/223) **2020.12.21** - 【Nuget】版本更新到2.5.1 - 导出支持使用ColumnIndex指定导出顺序,以导出时在某些情况下顺序不一致的问题(Export supports the use of ColumnIndex to specify the export order, so that the order is inconsistent in some cases when exporting) [#179](https://github.com/dotnetcore/Magicodes.IE/issues/179) **2020.12.03** - 【Nuget】版本更新到2.5.0 - Excel导出支持HeaderRowIndex [#164](https://github.com/dotnetcore/Magicodes.IE/issues/164) - 增加Excel枚举导出对DescriptionAttribute的支持 [#168](https://github.com/dotnetcore/Magicodes.IE/issues/168) - Excel生成导入模板支持内置数据验证[#167](https://github.com/dotnetcore/Magicodes.IE/issues/167) - 支持数据验证 - 支持MaxLengthAttribute、MinLengthAttribute、StringLengthAttribute、RangeAttribute - 支持输入提示 To fix The Mapping Values of The total length of a Data Validation list always exceed 255 characters (#196)(https://github.com/dotnetcore/Magicodes.IE/issues/196) - Excel export List data type errors, and formatting issues.[#191](https://github.com/dotnetcore/Magicodes.IE/issues/191) [#193](https://github.com/dotnetcore/Magicodes.IE/issues/193) - 导入Excel对Enum类型匹配值映射时,忽略值前后空格 - fix MappingValues The total length of a DataValidation list cannot exceed 255 characters [#196](https://github.com/dotnetcore/Magicodes.IE/issues/196) - Excel导出List数据类型存在错误,以及格式化问题。 [#191](https://github.com/dotnetcore/Magicodes.IE/issues/191) [#193](https://github.com/dotnetcore/Magicodes.IE/issues/193) - The ColumnIndex property does not appear to be valid in Excel import [#198](https://github.com/dotnetcore/Magicodes.IE/issues/198) - TableStyle修改为枚举类型
17
Magicodes.IE.Excel
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html. 导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 公众号:麦扣聊技术 交流QQ群:85318032 **2021.05.10** - EXCEL模板导出功能,将单行复制改为多行复制 - PDF导出内存优化 **2021.04.23** - 修复生成模板,格式错误问题 **2021.04.18** - 支持对导入模板生成,预设值单元格格式 - 单元格图片导出支持偏移设置 - 支持多sheet导入SheetIndex的支持 **2021.04.13** - Excel导入支持列头忽略大小写导入(全局配置:IsIgnoreColumnCase)
17
Volo.Abp.Core
Package Description
16
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 **2020.09.16** - 【Nuget】版本更新到2.4.0-beta2 1、#152 筛选器支持依赖注入 2、#151 导出添加AutoFitMaxRows,超过指定行数则不启用AutoFit 3、添加全局IsDisableAllFilter属性,以通过特性禁用所有筛选器 **2020.09.14** - 【Nuget】版本更新到2.4.0-beta1 1、支持单元格导出宽度设置 2、Excel导出支持对Enum的ValueMapping设置 3、Excel导出支持对bool类型的ValueMapping设置
16
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032
16
Magicodes.IE.Excel
导入导出通用库。 官方网址:http://xin-lai.com 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 小店地址:https://shop113059108.taobao.com/
16
Magicodes.IE.Excel
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html. 导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 公众号:麦扣聊技术 交流QQ群:85318032 **2021.07.17** - Magicodes.EPPlus回退到4.6.6,以修复格式错乱的问题 - 修复Excel仅导出错误数据时的Bug[#302](https://github.com/dotnetcore/Magicodes.IE/pull/302) - 完善多语言[#298](https://github.com/dotnetcore/Magicodes.IE/pull/298),以及完善单元测试 **2021.07.04** - 模板导出支持一行多个表格[#296](https://github.com/dotnetcore/Magicodes.IE/issues/296) **2021.06.29** - 合并PR[#295](https://github.com/dotnetcore/Magicodes.IE/pull/295),完善模板导出类型定义的问题 **2021.06.25** - Fix only first [ColumnIndex] is valid exception[#289](https://github.com/dotnetcore/Magicodes.IE/issues/289) **2021.06.18** - Update ImportTestColumnIndex_Test - Magicodes.EPPlus was upgraded to 4.6.7[#285](https://github.com/dotnetcore/Magicodes.IE/issues/285) **2021.06.05** - Fix ImporterHeader->ColumnIndex - Utilize RecyclableMemoryStream instead of "new MemoryStream" all over **2021.06.05** - EXCEL模板导出支持XOffset和YOffset - EXCEL修复ValueMapping - Core工程多语言配置 - EXCEL优化时间导出 **2021.06.01** - EXCEL支持自动换行属性 - EXCEL支持隐藏列属性 - EXCEL优化时间优化
16
Magicodes.IE.Excel
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html. 导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 公众号:麦扣聊技术 交流QQ群:85318032 **2021.06.25** - Fix only first [ColumnIndex] is valid exception[#289](https://github.com/dotnetcore/Magicodes.IE/issues/289) **2021.06.18** - Update ImportTestColumnIndex_Test - Magicodes.EPPlus was upgraded to 4.6.7[#285](https://github.com/dotnetcore/Magicodes.IE/issues/285) **2021.06.05** - Fix ImporterHeader->ColumnIndex - Utilize RecyclableMemoryStream instead of "new MemoryStream" all over **2021.06.05** - EXCEL模板导出支持XOffset和YOffset - EXCEL修复ValueMapping - Core工程多语言配置 - EXCEL优化时间导出 **2021.06.01** - EXCEL支持自动换行属性 - EXCEL支持隐藏列属性 - EXCEL优化时间优化
16
Magicodes.IE.Excel
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html. 导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 更新记录:https://github.com/dotnetcore/Magicodes.IE/blob/master/RELEASE.md 公众号:麦扣聊技术 交流QQ群:85318032 **2022.03.02** - Excel导入时增加回调函数,方便增加自定义验证 - 优化获取DisplayName的逻辑 - 导出CSV支持ColumnIndex - 优化Pdf导出逻辑,统一各平台导出代码 **2021.11.28** - 修复未及时回收问题 **2021.11.28** - 添加两个动态验证特性(见PR[#319 by Afonsof91](https://github.com/dotnetcore/Magicodes.IE/pull/359)),DynamicStringLengthAttribute及RequiredIfAttribute - CSV添加对分隔符的配置,具体见PR[#319 by Afonsof91](https://github.com/dotnetcore/Magicodes.IE/pull/319) - Excel导入添加对`TimeSpan`类型的支持,使用参考`TimeSpan_Test` - 初步添加对.NET6的适配 **2021.10.23** - 导出日期格式化支持'DateTimeOffset'类型,具体见PR[#349](https://github.com/dotnetcore/Magicodes.IE/pull/349),感谢[YaChengMu](https://github.com/YaChengMu) - 修改Magicodes.IE.EPPlus的包依赖PR[#351](https://github.com/dotnetcore/Magicodes.IE/pull/351)
16
Volo.Abp.Core
Package Description
15
Elsa.Workflows.Management
Provides workflow management functionality.
15
Magicodes.IE.Excel
导入导出通用库。 官方网址:http://xin-lai.com 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 小店地址:https://shop113059108.taobao.com/
15

Bugfixes and new Features. For details see CHANGELOG.md

.NET Framework 3.5

.NET Standard 2.1

  • No dependencies.

.NET Standard 2.0

.NET 10.0

  • No dependencies.

.NET 8.0

  • No dependencies.

.NET 7.0

  • No dependencies.

.NET 6.0

  • No dependencies.

.NET 5.0

  • No dependencies.

.NET Core 3.1

  • No dependencies.

.NET Core 2.1

  • No dependencies.

UAP 10.0.10240

.NET 9.0

  • No dependencies.

.NET Standard 1.3

.NET Framework 4.0

  • No dependencies.

.NET Framework 4.5

  • No dependencies.

.NET Framework 4.6

  • No dependencies.

.NET Framework 4.5.2

  • No dependencies.

Version Downloads Last updated
1.7.2 1 2026/4/9
1.7.1 4 2025/11/30
1.7.0 4 2025/11/19
1.6.10 7 2025/11/13
1.6.9 8 2025/10/30
1.6.8 8 2025/9/29
1.6.7 8 2025/10/1
1.6.6 1 2025/6/17
1.6.5 4 2025/5/29
1.6.4 4 2025/5/26
1.6.3 2 2025/6/2
1.6.2 2 2025/6/1
1.6.0.2 1 2025/6/3
1.6.0.1 1 2025/6/3
1.6.0 3 2025/6/3
1.6.0-preview-03 6 2025/5/27
1.6.0-preview-02 2 2025/5/28
1.6.0-preview-01 1 2025/5/27
1.5.1 2 2025/6/2
1.5.0 3 2025/6/3
1.4.9 9 2025/5/28
1.4.8 2 2025/5/28
1.4.7 1 2025/5/28
1.4.6 2 2025/5/28
1.4.5 2 2025/6/2
1.4.4 1 2025/5/28
1.4.3 1 2025/5/27
1.4.2 1 2025/5/28
1.4.1 3 2025/5/27
1.4.0 2 2025/5/28
1.3.14 2 2025/6/2
1.3.13 2 2025/6/2
1.3.12 2 2025/6/2
1.3.10 2 2025/6/2
1.3.9 2 2025/6/2
1.3.9-preview-02 1 2025/5/27
1.3.9-preview-01 2 2025/5/27
1.3.8 1 2025/6/2
1.3.7 1 2025/6/2
1.3.6 3 2025/6/2
1.3.5 1 2025/6/2
1.3.4 8 2025/5/28
1.3.3 9 2025/5/28
1.3.2 13 2025/5/28
1.3.1 10 2025/5/27
1.3.0 9 2025/6/2
1.2.25 5 2025/6/2
1.2.24 9 2025/6/2
1.2.23 9 2025/6/2
1.2.22 6 2025/6/2
1.2.21 6 2025/5/28
1.2.20 10 2025/5/27
1.2.20-preview-01 6 2025/5/27
1.2.19 15 2025/5/27
1.2.18 15 2025/6/2
1.2.17 8 2025/6/2
1.2.16 7 2025/5/28
1.2.15 9 2025/6/2
1.2.14 9 2025/5/28
1.2.13 7 2025/5/27
1.2.12 7 2025/5/28
1.2.11 7 2025/5/28
1.2.10 8 2025/6/2
1.2.9 9 2025/6/2
1.2.8 10 2025/5/27
1.2.7 13 2025/6/2
1.2.7-preview-03 7 2025/5/27
1.2.7-preview-02 9 2025/5/27
1.2.7-preview-01 10 2025/5/27
1.2.6 7 2025/6/2
1.2.6-preview-01 9 2025/5/28
1.2.5 6 2025/6/2
1.2.4 7 2025/5/28
1.2.3 8 2025/5/28
1.2.2 9 2025/5/28
1.2.1 9 2025/5/28
1.2.0 7 2025/6/2
1.1.8 9 2025/5/28
1.1.7 15 2025/5/28
1.1.6 16 2025/6/2
1.1.5 9 2025/6/2
1.1.4 7 2025/5/28
1.1.3 8 2025/5/28
1.1.2 7 2025/5/28
1.1.1 6 2025/5/28
1.1.0 8 2025/5/28
1.0.24 8 2025/6/2
1.0.23 9 2025/6/3
1.0.22 9 2025/6/2
1.0.21 10 2025/6/2
1.0.20 8 2025/5/28
1.0.19 9 2025/6/2
1.0.18 9 2025/6/2
1.0.17 16 2025/6/2
1.0.16 7 2025/6/2
1.0.15 7 2025/6/2
1.0.14 8 2025/6/2
1.0.13 11 2025/6/3
1.0.12 16 2025/6/2
1.0.11 10 2025/6/2
1.0.10 8 2025/6/2
1.0.9.2 8 2025/6/3
1.0.9.1 11 2025/6/3
1.0.9 8 2025/6/3
1.0.8.18 9 2025/6/3
1.0.8.17 9 2025/6/3
1.0.8.16 9 2025/6/3
1.0.8.15 9 2025/6/4
1.0.8.14 8 2025/6/3
1.0.8.13 9 2025/6/4
1.0.8.12 9 2025/6/3
1.0.8.11 8 2025/5/27
1.0.8.10 10 2025/6/3
1.0.8.9 7 2025/6/4
1.0.8.8 8 2025/6/3
1.0.8.7 8 2025/6/3
1.0.8.6 9 2025/6/4
1.0.8.5 7 2025/6/4
1.0.8.3 7 2025/6/3
1.0.8.2 7 2025/6/3
1.0.8.1 7 2025/5/27
1.0.8 8 2025/6/2
1.0.7.13 7 2025/6/4
1.0.7.12 9 2025/6/3
1.0.7.11 6 2025/6/3
1.0.7.10 7 2025/6/3
1.0.7.9 13 2025/6/4
1.0.7.7 8 2025/6/3
1.0.7.6 13 2025/6/4
1.0.7.5 10 2025/6/4
1.0.7.4 14 2025/6/2
1.0.7.3 7 2025/6/3
1.0.7.2 9 2025/6/3
1.0.7.1 14 2025/6/3
1.0.7 7 2025/6/2
1.0.6.13 6 2025/6/5
1.0.6.12 8 2025/6/4
1.0.6.11 9 2025/6/3
1.0.6.10 8 2025/6/4
1.0.6.9 8 2025/5/28
1.0.6.8 14 2025/6/4
1.0.6.7 8 2025/5/29
1.0.6.6 8 2025/6/4
1.0.6.5 7 2025/5/28
1.0.6.4 16 2025/6/3
1.0.6.3 8 2025/6/3
1.0.6.2 7 2025/5/28
1.0.6.1 6 2025/6/3
1.0.6 7 2025/6/2
1.0.5.4 7 2025/6/3
1.0.5.3 15 2025/6/4
1.0.5.2 8 2025/6/3
1.0.5.1 7 2025/6/3
1.0.5 9 2025/6/3
1.0.4 10 2025/5/27
1.0.3.4 5 2025/9/30
1.0.3.3 8 2025/6/3
1.0.3.2 9 2025/6/3
1.0.3.1 8 2025/6/2
1.0.3 8 2025/6/2
1.0.2.3 9 2025/6/2
1.0.2.2 15 2025/6/2
1.0.2 6 2025/5/27
1.0.1 7 2025/5/28
1.0.0 6 2025/6/2