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 (18)

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.4 12,514 11/10/2025
6.3.3 5,092 11/2/2025
6.3.2 127,417 10/7/2025
6.3.1 138,667 9/16/2025
6.3.1-beta1 199 9/10/2025
6.3.0 12,541 8/18/2025
6.2.15 212,329 8/12/2025
6.2.14 4,873 7/28/2025
6.2.13 108,589 7/21/2025
6.2.12 343,762 6/10/2025
6.2.11 9,389 5/25/2025
6.2.10 238,620 5/6/2025
6.2.9 206,885 4/8/2025
6.2.8 500,664 3/10/2025
6.2.7 15,541 2/24/2025
6.2.6 284,123 2/11/2025
6.2.5 421,722 1/14/2025
6.2.4 452,358 12/17/2024
6.2.3 507,699 11/26/2024
6.2.2 420,353 11/12/2024
6.2.2-beta2 179 11/14/2024
6.2.2-beta1 200 11/14/2024
6.2.1 436,353 10/22/2024
6.2.0 473,311 9/23/2024
6.2.0-beta1 204 10/2/2024
6.1.10 462,727 8/27/2024
6.1.9 271,321 8/12/2024
6.1.8 367,561 7/22/2024
6.1.7 812,288 6/18/2024
6.1.6 189,739 6/3/2024
6.1.2 1,494,376 3/11/2024
6.1.1 308,422 2/27/2024
6.1.0 568,363 2/13/2024
6.0.6 839,748 1/15/2024
6.0.5 373,168 12/18/2023
6.0.4 6,051 12/11/2023
6.0.3 175,406 12/5/2023
6.0.2 123,193 11/28/2023
6.0.1 3,272 11/28/2023
6.0.0 366,311 11/15/2023
5.0.12 6,198 11/7/2023
5.0.11 523,321 10/17/2023
5.0.10 347,139 9/26/2023
5.0.9 277,860 9/11/2023
5.0.8 270,320 8/15/2023
5.0.7 746,015 7/11/2023
5.0.6 337,695 6/12/2023
5.0.5 11,268 5/30/2023
5.0.4 544,444 5/16/2023
5.0.3 440,784 4/17/2023
5.0.2 382,440 3/20/2023
5.0.1 564,360 2/20/2023
5.0.0 882,316 1/17/2023
4.0.92 486,718 12/20/2022
4.0.91 494,828 12/5/2022
4.0.90 687,593 11/14/2022
4.0.89 1,079,849 10/10/2022
4.0.88 1,276,897 9/12/2022
4.0.87 940,281 8/16/2022
4.0.86 1,121,211 7/19/2022
4.0.85 830,685 6/14/2022
4.0.84 151,603 6/7/2022
4.0.83 27,104 5/26/2022
4.0.82 469,982 5/24/2022
4.0.81 223,065 5/17/2022
4.0.80 216,785 5/10/2022
4.0.79 881,533 4/12/2022
4.0.78 942,447 3/30/2022
4.0.77 843,427 3/15/2022
4.0.76 351,373 3/1/2022
4.0.75 162,031 2/22/2022
4.0.74 378,969 2/14/2022
4.0.73 140,112 2/8/2022
4.0.72 34,777 2/1/2022
4.0.71 631,476 1/18/2022
4.0.70 315,534 1/11/2022
4.0.69 2,660,041 12/30/2021
4.0.68 23,429 12/15/2021
4.0.67 280,382 12/14/2021
4.0.66 6,362 12/7/2021
4.0.65 5,116 11/30/2021
4.0.64 349,844 11/24/2021
4.0.63 375,497 11/17/2021
4.0.62 321,055 11/9/2021
4.0.61 5,028 11/4/2021
4.0.60 338,241 10/27/2021
4.0.59 156,441 10/20/2021
4.0.58 94,463 10/13/2021
4.0.57 4,755 10/12/2021
4.0.56 9,321 10/6/2021
4.0.55 8,556 9/29/2021
4.0.54 587,839 9/15/2021
4.0.53 115,011 9/8/2021
4.0.52 214,235 9/1/2021
4.0.51 98,671 8/25/2021
4.0.50 180,002 8/17/2021
4.0.49 201,790 8/4/2021
4.0.48 470,684 7/28/2021
4.0.47 206,188 7/20/2021
4.0.46 245,213 7/13/2021
4.0.45 555,209 6/16/2021
4.0.44 79,004 6/14/2021
4.0.43 541,952 5/12/2021
4.0.42 144,572 5/3/2021
4.0.41 228,165 4/26/2021
4.0.40 4,494 4/22/2021
4.0.39 214,472 4/19/2021
4.0.38 163,581 4/7/2021
4.0.37 291,538 3/24/2021
4.0.37-beta1 1,833 4/1/2021
4.0.36 156,901 3/16/2021
4.0.35 41,108 3/15/2021
4.0.34 232,842 3/10/2021
4.0.33 13,911 2/23/2021
4.0.32 597,442 2/16/2021
4.0.31 162,862 2/10/2021
4.0.30 236,971 2/2/2021
4.0.29 334,066 1/13/2021
4.0.28 613,211 12/14/2020
4.0.27 73,213 12/8/2020
4.0.26 110,395 12/1/2020
4.0.25 90,922 11/27/2020
4.0.24 220,423 11/11/2020
4.0.23 233,392 10/30/2020
4.0.22 823,888 10/11/2020
4.0.21 64,869 10/7/2020
4.0.20 5,579 10/5/2020
4.0.19 107,189 9/30/2020
4.0.18 6,469 9/29/2020
4.0.17 43,708 9/24/2020
4.0.16 344,356 9/14/2020
4.0.15 249,094 8/31/2020
4.0.14 9,492 8/25/2020
4.0.13 7,403 8/17/2020
4.0.12 254,831 8/11/2020
4.0.11 105,912 8/3/2020
4.0.10 22,563 7/28/2020
4.0.9 166,585 7/22/2020
4.0.8 5,333 7/19/2020
4.0.7 4,243 7/19/2020
4.0.6 272,760 7/14/2020
4.0.5 4,334 7/13/2020
4.0.4 93,560 7/12/2020
4.0.3 15,473 7/5/2020
4.0.2 10,948 6/30/2020
4.0.1 718,500 6/14/2020
4.0.0 83,408 6/1/2020
3.1.12 30,243 5/25/2020
3.1.11 711,655 5/14/2020
3.1.10 491,636 4/14/2020
3.1.9 54,333 4/3/2020
3.1.8 655,222 3/16/2020
3.1.7 8,145 3/10/2020
3.1.6 587,570 2/21/2020
3.1.5 320,814 2/18/2020
3.1.4 22,317 2/15/2020
3.1.3 64,883 2/7/2020
3.1.2 522,520 1/27/2020
3.1.1 6,349 1/23/2020
3.1.0 12,678 1/14/2020
3.0.14 8,679 1/13/2020
3.0.13 28,403 1/9/2020
3.0.12 16,126 1/3/2020
3.0.11 13,752 12/19/2019
3.0.10 6,174 12/17/2019
3.0.9 533,311 12/16/2019
3.0.8 8,069 12/11/2019
3.0.7 342,866 11/25/2019
3.0.6 25,825 11/18/2019
3.0.5 5,994 11/14/2019
3.0.4 9,895 11/12/2019
3.0.3 634,957 10/30/2019
3.0.2 4,355 10/30/2019
3.0.1 17,614 10/29/2019
3.0.0 4,690 10/29/2019
2.9.57 18,669 10/16/2019
2.9.56 4,719 10/10/2019
2.9.55 8,287 10/2/2019
2.9.54 19,126 9/22/2019
2.9.52 5,118 9/6/2019
2.9.51 4,333 9/5/2019
2.9.50 4,306 9/4/2019
2.9.49 4,783 8/29/2019
2.9.48 10,605 8/24/2019
2.9.47 4,380 8/24/2019
2.9.46 41,946 8/15/2019
2.9.45 163,148 7/28/2019
2.9.44 5,187 7/15/2019
2.9.43 5,576 7/9/2019
2.9.42 8,348 7/4/2019
2.9.41 4,518 7/3/2019
2.9.40 4,472 7/1/2019
2.9.39 19,037 6/29/2019
2.9.38 4,352 6/25/2019
2.9.37 4,859 6/12/2019
2.9.36 4,475 6/7/2019
2.9.35 4,333 6/4/2019
2.9.34 4,645 5/31/2019
2.9.33 6,374 5/31/2019
2.9.32 6,498 5/23/2019
2.9.31 54,318 5/20/2019
2.9.30 4,393 5/17/2019
2.9.29 4,441 5/9/2019
2.9.28 4,266 5/9/2019
2.9.27 6,423 5/5/2019
2.9.26 4,294 5/3/2019
2.9.25 9,390 4/30/2019
2.9.24 5,050 4/18/2019
2.9.22 4,466 4/16/2019
2.9.21 13,336 4/7/2019
2.9.20 34,873 3/30/2019
2.9.19 4,578 3/27/2019
2.9.18 4,405 3/26/2019
2.9.17 4,598 3/21/2019
2.9.16 4,317 3/20/2019
2.9.15 4,347 3/20/2019
2.9.14 4,493 3/16/2019
2.9.13 4,392 3/16/2019
2.9.12 99,824 2/27/2019
2.9.11 4,719 2/20/2019
2.9.10 4,406 2/18/2019
2.9.9 4,339 2/16/2019
2.9.8 5,025 2/13/2019
2.9.7 4,792 2/8/2019
2.9.6 8,353 1/30/2019
2.9.5 11,113 1/13/2019
2.9.4 8,761 12/30/2018
2.9.3 4,982 12/13/2018
2.9.2 4,566 12/13/2018
2.9.1 4,655 12/12/2018
2.9.0 4,482 12/12/2018
2.8.9 5,035 12/11/2018
2.8.8 72,329 11/29/2018
2.8.7 5,016 11/28/2018
2.8.6 4,508 11/27/2018
2.8.5 5,742 11/20/2018
2.8.4 4,634 11/18/2018
2.8.3 4,557 11/17/2018
2.8.2 4,591 11/17/2018
2.8.1 5,225 11/14/2018
2.8.0 4,516 11/14/2018
2.7.13 7,048 10/29/2018
2.7.12 11,773 10/28/2018
2.7.11 4,648 10/23/2018
2.7.10 7,946 10/17/2018
2.7.9 7,174 10/7/2018
2.7.8 7,693 9/29/2018
2.7.7 7,500 8/31/2018
2.7.6 8,202 8/30/2018
2.7.5 5,021 8/18/2018
2.7.4 7,496 8/16/2018
2.7.3 5,577 8/16/2018
2.7.2 6,975 7/31/2018
2.7.1 5,424 7/19/2018
2.7.0 5,555 7/5/2018
2.6.5 5,388 6/29/2018
2.6.4 6,061 5/31/2018
2.6.3 6,429 5/2/2018
2.6.2 5,418 4/30/2018
2.6.1 6,399 3/30/2018
2.6.0 5,350 3/26/2018
2.5.0 5,285 3/20/2018
2.4.21 5,120 3/20/2018
2.4.20 5,207 3/16/2018
2.4.19 5,696 2/27/2018
2.4.18 5,711 2/12/2018
2.4.17 5,042 2/6/2018
2.4.16 5,303 2/2/2018
2.4.15 5,205 1/31/2018
2.4.14 5,197 1/31/2018
2.4.13 5,250 1/23/2018
2.4.12 5,179 1/16/2018
2.4.11 5,311 1/8/2018
2.4.10 5,536 1/5/2018
2.4.9 5,474 12/29/2017
2.4.8 7,077 12/6/2017
2.4.7 5,116 11/30/2017
2.4.6 5,071 11/27/2017
2.4.5 5,332 11/16/2017
2.4.4 5,150 11/13/2017
2.4.3 6,708 11/7/2017
2.4.2 5,080 11/1/2017
2.4.1 5,258 10/30/2017
2.4.0 15,510 9/30/2017
2.3.0 5,236 9/30/2017
2.2.1 5,203 9/24/2017
2.2.0-beta1 2,887 9/20/2017
2.1.15 5,935 8/31/2017
2.1.14 5,085 8/8/2017
2.1.13 5,177 8/2/2017
2.1.12 4,940 8/1/2017
2.1.11 5,067 7/27/2017
2.1.10 5,110 7/25/2017
2.1.9 5,085 7/11/2017
2.1.8 11,231 7/10/2017
2.1.7 5,102 7/7/2017
2.1.6 5,001 7/6/2017
2.1.5 5,054 7/3/2017
2.1.4 5,594 6/29/2017