Z.Expressions.Eval 4.0.37-beta1

This is a prerelease version of Z.Expressions.Eval.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Z.Expressions.Eval --version 4.0.37-beta1
                    
NuGet\Install-Package Z.Expressions.Eval -Version 4.0.37-beta1
                    
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="Z.Expressions.Eval" Version="4.0.37-beta1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Z.Expressions.Eval" Version="4.0.37-beta1" />
                    
Directory.Packages.props
<PackageReference Include="Z.Expressions.Eval" />
                    
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 Z.Expressions.Eval --version 4.0.37-beta1
                    
#r "nuget: Z.Expressions.Eval, 4.0.37-beta1"
                    
#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 Z.Expressions.Eval@4.0.37-beta1
                    
#: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=Z.Expressions.Eval&version=4.0.37-beta1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Z.Expressions.Eval&version=4.0.37-beta1&prerelease
                    
Install as a Cake Tool

Evaluate, Compile and Execute C# code at runtime.

Support: Dynamic LINQ, Extension Method, Expando Object, and more!

Online Example: https://dotnetfiddle.net/COq6FC

Include free and prime features.

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 is compatible. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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 (17)

Showing the top 5 NuGet packages that depend on Z.Expressions.Eval:

Package Downloads
Z.EntityFramework.Plus.EFCore

Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more **IMPORTANT** - For EF Core 10.x, use the latest EF Plus v10.x version - For EF Core 9.x, use the latest EF Plus v9.x version - For EF Core 8.x, use the latest EF Plus v8.x version - For EF Core 7.x, use the latest EF Plus v7.x version - For EF Core 6.x, use the latest EF Plus v6.x version - For EF Core 5.x, use the latest EF Plus v5.x version - For EF Core 3.x, use the latest EF Plus v3.x version - For EF Core 2.x, use the latest EF Plus v2.x version

Z.EntityFramework.Plus.EF6

Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more

Z.EntityFramework.Classic

Entity Framework Classic is an EF6 fork with performance enhancement, new features, and .NET Core support. This package is FREE (Community Version) Some features are Prime (Enterprise Version) Prime features can be disabled with "EntityFrameworkManager.IsCommunity = true;"

Z.EntityFramework.Plus.EF5

Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more EF Core Package: https://www.nuget.org/packages/Z.EntityFramework.Plus.EFCore/ EF6 Package: https://www.nuget.org/packages/Z.EntityFramework.Plus.EF6/

DianFengBaseLib.Infrastructure

配合DDD使用

GitHub repositories (6)

Showing the top 6 popular GitHub repositories that depend on Z.Expressions.Eval:

Repository Stars
zzzprojects/EntityFramework-Plus
Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more
zzzprojects/EntityFramework.DynamicFilters
Global filtering for Entity Framework.
zzzprojects/Eval-Expression.NET
C# Eval Expression | Evaluate, Compile, and Execute C# code and expression at runtime.
zzzprojects/EntityFramework-Effort
Entity Framework Effort is a powerful tool that enables a convenient way to create automated tests for Entity Framework based applications.
DigitalPlatform/dp2
Integrated Library System / 图书馆集成系统
zzzprojects/EntityFramework-Classic
Entity Framework Classic is a supported version of the latest EF6 codebase. It supports .NET Framework and .NET Core and overcomes some EF limitations by adding tons of must-haves built-in features.
Version Downloads Last Updated
6.3.2 4,619 10/7/2025
6.3.1 53,814 9/16/2025
6.3.1-beta1 184 9/10/2025
6.3.0 9,684 8/18/2025
6.2.15 154,564 8/12/2025
6.2.14 4,108 7/28/2025
6.2.13 83,289 7/21/2025
6.2.12 288,293 6/10/2025
6.2.11 8,309 5/25/2025
6.2.10 205,288 5/6/2025
6.2.9 175,995 4/8/2025
6.2.8 449,895 3/10/2025
6.2.7 12,876 2/24/2025
6.2.6 256,761 2/11/2025
6.2.5 376,981 1/14/2025
6.2.4 397,903 12/17/2024
6.2.3 444,491 11/26/2024
6.2.2 393,269 11/12/2024
6.2.2-beta2 169 11/14/2024
6.2.2-beta1 177 11/14/2024
6.2.1 400,295 10/22/2024
6.2.0 442,635 9/23/2024
6.2.0-beta1 186 10/2/2024
6.1.10 436,251 8/27/2024
6.1.9 259,111 8/12/2024
6.1.8 340,314 7/22/2024
6.1.7 750,571 6/18/2024
6.1.6 181,533 6/3/2024
6.1.2 1,383,932 3/11/2024
6.1.1 292,580 2/27/2024
6.1.0 556,715 2/13/2024
6.0.6 816,227 1/15/2024
6.0.5 361,614 12/18/2023
6.0.4 5,495 12/11/2023
6.0.3 168,606 12/5/2023
6.0.2 121,530 11/28/2023
6.0.1 2,721 11/28/2023
6.0.0 347,956 11/15/2023
5.0.12 5,597 11/7/2023
5.0.11 514,743 10/17/2023
5.0.10 339,971 9/26/2023
5.0.9 274,059 9/11/2023
5.0.8 267,217 8/15/2023
5.0.7 731,110 7/11/2023
5.0.6 335,234 6/12/2023
5.0.5 10,599 5/30/2023
5.0.4 536,683 5/16/2023
5.0.3 433,879 4/17/2023
5.0.2 377,801 3/20/2023
5.0.1 557,131 2/20/2023
5.0.0 875,784 1/17/2023
4.0.92 480,506 12/20/2022
4.0.91 488,615 12/5/2022
4.0.90 675,697 11/14/2022
4.0.89 1,065,647 10/10/2022
4.0.88 1,263,786 9/12/2022
4.0.87 933,097 8/16/2022
4.0.86 1,108,649 7/19/2022
4.0.85 825,466 6/14/2022
4.0.84 150,335 6/7/2022
4.0.83 26,469 5/26/2022
4.0.82 466,267 5/24/2022
4.0.81 221,624 5/17/2022
4.0.80 214,508 5/10/2022
4.0.79 870,847 4/12/2022
4.0.78 905,019 3/30/2022
4.0.77 833,972 3/15/2022
4.0.76 344,239 3/1/2022
4.0.75 160,014 2/22/2022
4.0.74 360,135 2/14/2022
4.0.73 138,619 2/8/2022
4.0.72 31,513 2/1/2022
4.0.71 625,517 1/18/2022
4.0.70 311,897 1/11/2022
4.0.69 2,546,171 12/30/2021
4.0.68 22,284 12/15/2021
4.0.67 279,124 12/14/2021
4.0.66 5,811 12/7/2021
4.0.65 4,554 11/30/2021
4.0.64 347,140 11/24/2021
4.0.63 372,341 11/17/2021
4.0.62 319,415 11/9/2021
4.0.61 4,481 11/4/2021
4.0.60 333,344 10/27/2021
4.0.59 154,201 10/20/2021
4.0.58 93,745 10/13/2021
4.0.57 4,207 10/12/2021
4.0.56 8,764 10/6/2021
4.0.55 7,932 9/29/2021
4.0.54 584,553 9/15/2021
4.0.53 114,248 9/8/2021
4.0.52 212,225 9/1/2021
4.0.51 97,288 8/25/2021
4.0.50 178,854 8/17/2021
4.0.49 198,803 8/4/2021
4.0.48 467,764 7/28/2021
4.0.47 204,920 7/20/2021
4.0.46 243,634 7/13/2021
4.0.45 550,721 6/16/2021
4.0.44 78,408 6/14/2021
4.0.43 535,054 5/12/2021
4.0.42 143,418 5/3/2021
4.0.41 226,208 4/26/2021
4.0.40 3,947 4/22/2021
4.0.39 202,919 4/19/2021
4.0.38 162,436 4/7/2021
4.0.37 289,336 3/24/2021
4.0.37-beta1 1,803 4/1/2021
4.0.36 153,815 3/16/2021
4.0.35 40,514 3/15/2021
4.0.34 229,717 3/10/2021
4.0.33 13,327 2/23/2021
4.0.32 595,647 2/16/2021
4.0.31 161,668 2/10/2021
4.0.30 223,174 2/2/2021
4.0.29 331,809 1/13/2021
4.0.28 609,535 12/14/2020
4.0.27 72,525 12/8/2020
4.0.26 109,538 12/1/2020
4.0.25 87,484 11/27/2020
4.0.24 218,257 11/11/2020
4.0.23 231,102 10/30/2020
4.0.22 815,247 10/11/2020
4.0.21 62,838 10/7/2020
4.0.20 5,000 10/5/2020
4.0.19 106,372 9/30/2020
4.0.18 5,908 9/29/2020
4.0.17 40,738 9/24/2020
4.0.16 339,291 9/14/2020
4.0.15 246,881 8/31/2020
4.0.14 8,860 8/25/2020
4.0.13 6,850 8/17/2020
4.0.12 250,300 8/11/2020
4.0.11 104,561 8/3/2020
4.0.10 21,667 7/28/2020
4.0.9 164,819 7/22/2020
4.0.8 4,778 7/19/2020
4.0.7 3,690 7/19/2020
4.0.6 270,815 7/14/2020
4.0.5 3,783 7/13/2020
4.0.4 92,640 7/12/2020
4.0.3 14,860 7/5/2020
4.0.2 10,384 6/30/2020
4.0.1 714,280 6/14/2020
4.0.0 82,727 6/1/2020
3.1.12 28,787 5/25/2020
3.1.11 706,493 5/14/2020
3.1.10 488,069 4/14/2020
3.1.9 53,252 4/3/2020
3.1.8 650,991 3/16/2020
3.1.7 7,571 3/10/2020
3.1.6 583,679 2/21/2020
3.1.5 318,695 2/18/2020
3.1.4 21,694 2/15/2020
3.1.3 63,954 2/7/2020
3.1.2 517,958 1/27/2020
3.1.1 5,779 1/23/2020
3.1.0 11,503 1/14/2020
3.0.14 8,117 1/13/2020
3.0.13 27,833 1/9/2020
3.0.12 15,330 1/3/2020
3.0.11 13,013 12/19/2019
3.0.10 5,591 12/17/2019
3.0.9 530,370 12/16/2019
3.0.8 7,505 12/11/2019
3.0.7 337,488 11/25/2019
3.0.6 25,275 11/18/2019
3.0.5 5,429 11/14/2019
3.0.4 9,338 11/12/2019
3.0.3 631,221 10/30/2019
3.0.2 3,792 10/30/2019
3.0.1 15,424 10/29/2019
3.0.0 4,176 10/29/2019
2.9.57 17,692 10/16/2019
2.9.56 4,201 10/10/2019
2.9.55 7,762 10/2/2019
2.9.54 18,376 9/22/2019
2.9.52 4,593 9/6/2019
2.9.51 3,815 9/5/2019
2.9.50 3,794 9/4/2019
2.9.49 4,252 8/29/2019
2.9.48 10,061 8/24/2019
2.9.47 3,867 8/24/2019
2.9.46 41,429 8/15/2019
2.9.45 162,581 7/28/2019
2.9.44 4,647 7/15/2019
2.9.43 5,065 7/9/2019
2.9.42 7,814 7/4/2019
2.9.41 4,003 7/3/2019
2.9.40 3,949 7/1/2019
2.9.39 18,452 6/29/2019
2.9.38 3,826 6/25/2019
2.9.37 4,345 6/12/2019
2.9.36 3,972 6/7/2019
2.9.35 3,822 6/4/2019
2.9.34 4,122 5/31/2019
2.9.33 5,854 5/31/2019
2.9.32 5,986 5/23/2019
2.9.31 52,052 5/20/2019
2.9.30 3,880 5/17/2019
2.9.29 3,925 5/9/2019
2.9.28 3,751 5/9/2019
2.9.27 5,902 5/5/2019
2.9.26 3,781 5/3/2019
2.9.25 8,865 4/30/2019
2.9.24 4,527 4/18/2019
2.9.22 3,955 4/16/2019
2.9.21 12,696 4/7/2019
2.9.20 34,312 3/30/2019
2.9.19 4,065 3/27/2019
2.9.18 3,890 3/26/2019
2.9.17 4,084 3/21/2019
2.9.16 3,804 3/20/2019
2.9.15 3,833 3/20/2019
2.9.14 3,970 3/16/2019
2.9.13 3,879 3/16/2019
2.9.12 98,852 2/27/2019
2.9.11 4,198 2/20/2019
2.9.10 3,895 2/18/2019
2.9.9 3,827 2/16/2019
2.9.8 4,512 2/13/2019
2.9.7 4,279 2/8/2019
2.9.6 7,812 1/30/2019
2.9.5 10,570 1/13/2019
2.9.4 8,153 12/30/2018
2.9.3 4,465 12/13/2018
2.9.2 4,053 12/13/2018
2.9.1 4,141 12/12/2018
2.9.0 3,967 12/12/2018
2.8.9 4,516 12/11/2018
2.8.8 71,806 11/29/2018
2.8.7 4,500 11/28/2018
2.8.6 3,989 11/27/2018
2.8.5 5,233 11/20/2018
2.8.4 4,109 11/18/2018
2.8.3 4,035 11/17/2018
2.8.2 4,056 11/17/2018
2.8.1 4,646 11/14/2018
2.8.0 3,999 11/14/2018
2.7.13 6,530 10/29/2018
2.7.12 11,247 10/28/2018
2.7.11 4,123 10/23/2018
2.7.10 7,427 10/17/2018
2.7.9 6,657 10/7/2018
2.7.8 7,182 9/29/2018
2.7.7 6,983 8/31/2018
2.7.6 7,666 8/30/2018
2.7.5 4,490 8/18/2018
2.7.4 6,984 8/16/2018
2.7.3 5,057 8/16/2018
2.7.2 6,435 7/31/2018
2.7.1 4,888 7/19/2018
2.7.0 4,998 7/5/2018
2.6.5 4,834 6/29/2018
2.6.4 5,494 5/31/2018
2.6.3 5,835 5/2/2018
2.6.2 4,857 4/30/2018
2.6.1 5,826 3/30/2018
2.6.0 4,791 3/26/2018
2.5.0 4,740 3/20/2018
2.4.21 4,565 3/20/2018
2.4.20 4,657 3/16/2018
2.4.19 5,141 2/27/2018
2.4.18 5,160 2/12/2018
2.4.17 4,485 2/6/2018
2.4.16 4,752 2/2/2018
2.4.15 4,647 1/31/2018
2.4.14 4,645 1/31/2018
2.4.13 4,693 1/23/2018
2.4.12 4,624 1/16/2018
2.4.11 4,765 1/8/2018
2.4.10 4,964 1/5/2018
2.4.9 4,922 12/29/2017
2.4.8 6,523 12/6/2017
2.4.7 4,581 11/30/2017
2.4.6 4,541 11/27/2017
2.4.5 4,799 11/16/2017
2.4.4 4,606 11/13/2017
2.4.3 6,158 11/7/2017
2.4.2 4,538 11/1/2017
2.4.1 4,706 10/30/2017
2.4.0 14,837 9/30/2017
2.3.0 4,696 9/30/2017
2.2.1 4,669 9/24/2017
2.2.0-beta1 2,839 9/20/2017
2.1.15 5,406 8/31/2017
2.1.14 4,539 8/8/2017
2.1.13 4,646 8/2/2017
2.1.12 4,400 8/1/2017
2.1.11 4,535 7/27/2017
2.1.10 4,576 7/25/2017
2.1.9 4,550 7/11/2017
2.1.8 10,635 7/10/2017
2.1.7 4,573 7/7/2017
2.1.6 4,465 7/6/2017
2.1.5 4,509 7/3/2017
2.1.4 5,054 6/29/2017