CodingSeb.ExpressionEvaluator 1.4.40

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package CodingSeb.ExpressionEvaluator --version 1.4.40
NuGet\Install-Package CodingSeb.ExpressionEvaluator -Version 1.4.40
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="CodingSeb.ExpressionEvaluator" Version="1.4.40" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodingSeb.ExpressionEvaluator --version 1.4.40
#r "nuget: CodingSeb.ExpressionEvaluator, 1.4.40"
#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.
// Install CodingSeb.ExpressionEvaluator as a Cake Addin
#addin nuget:?package=CodingSeb.ExpressionEvaluator&version=1.4.40

// Install CodingSeb.ExpressionEvaluator as a Cake Tool
#tool nuget:?package=CodingSeb.ExpressionEvaluator&version=1.4.40

ExpressionEvaluator Icon

ExpressionEvaluator

⚠️ For now, I don't have time to maintain this repository. So if you have PR to fix some bugs. I'll be happy to review and merge it. Otherwise, I will no longer actively develop ExpressionEvaluator. If the current state of the lib do not suite your needs I suggest you look the list of great alternative projects below.

A Simple Math and Pseudo C# Expression Evaluator in One C# File.

And from version 1.2.0 can execute small C# like scripts

It is largely based on and inspired by the following resources this post on stackoverflow, NCalc, C# Operators and C# Statement Keywords

Status

Branch Status
master Build Status
dev Dev Status
nuget NuGet Status

Features

And with ScriptEvaluate method

  • Small C# like script evaluation (Multi expressions separated by ; )
  • Some conditional and loop blocks keywords (if, while, for, foreach ...)
  • Multi-line (multi expression) Lambda expressions. (Can be use as method See #72 Declare methods in scripts and the doc)

Resources

Similar projects

Free

Commercial

Projects that could help you build your own expression/script evaluator

Reading and resources

I would say every C# evaluation libraries have drawbacks and benefits, ExpressionEvaluator is not an exception so choose wisely (Read docs and licences).

The biggest difference of ExpressionEvaluator is that everything is evaluated on the fly, nothing is compiled or transpile nor in CLR/JIT/IL nor in lambda expressions nor in javascript or other languages stuffs. So it can be slower in some cases (sometimes not) but it also avoid a lot of memory leaks. It is clearly not optimized for big reuse of expressions as the expression is reevaluated every time (Filtering on big dataset for example). It already allow to evaluate some small scripts. If you don't want an another .dll file in your project, you only need to copy one C# file in your project. And it's MIT licence

Expression Evaluator is free and will always be.
But if you want to say thanks for this lib with a donation or small sponsoring here you can :
Donate

Thank you anyway for using ExpressionEvaluator

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. 
.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 is compatible.  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 (10)

Showing the top 5 NuGet packages that depend on CodingSeb.ExpressionEvaluator:

Package Downloads
Hd.Utility

Package Description

Pose.Customer.Services

Package Description

Viya.RuleEngine

Express conditions to modify an object

VL.Addons

Various VL addons provided by the community.

CodingSeb.Mvvm

Some useful stuffs to do Mvvm

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.0-alpha0004 1,222 9/13/2021
1.5.0-alpha0003 283 8/3/2021
1.5.0-alpha0002 381 6/29/2021
1.5.0-alpha0001 8,178 5/25/2021
1.4.40 32,655 9/22/2023
1.4.39 169,547 8/26/2022
1.4.38 30,860 6/10/2022
1.4.37 44,505 2/22/2022
1.4.36 30,322 1/20/2022
1.4.35 98,868 10/28/2021
1.4.34 21,456 10/1/2021
1.4.33 10,052 9/21/2021
1.4.32 1,073 9/13/2021
1.4.31 17,274 8/3/2021
1.4.30 9,171 6/29/2021
1.4.29 9,382 5/19/2021
1.4.28 1,456 5/7/2021
1.4.27 481 5/5/2021
1.4.26 2,746 4/20/2021
1.4.25 23,174 3/14/2021
1.4.24 691 3/10/2021
1.4.23 3,822 3/3/2021
1.4.22 446 3/2/2021
1.4.21 4,133 2/27/2021
1.4.20 513 2/24/2021
1.4.19 30,841 2/3/2021
1.4.18 28,336 1/4/2021
1.4.17 23,502 12/11/2020
1.4.16 24,741 9/23/2020
1.4.15 68,019 9/2/2020
1.4.14 4,893 8/14/2020
1.4.13 3,759 7/15/2020
1.4.12 673 7/11/2020
1.4.11 10,487 6/16/2020
1.4.10 1,041 6/4/2020
1.4.9 15,469 3/6/2020
1.4.8 631 2/25/2020
1.4.7 985 2/12/2020
1.4.6 681 2/7/2020
1.4.5 9,584 11/25/2019
1.4.4 2,711 10/3/2019
1.4.3 566 10/2/2019
1.4.2 644 9/24/2019
1.4.1 1,633 9/18/2019
1.4.0 6,660 5/28/2019
1.3.7 764 4/10/2019
1.3.6 676 4/2/2019
1.3.5 652 3/28/2019
1.3.4 1,460 3/14/2019
1.3.3 697 2/15/2019
1.3.2 864 1/19/2019
1.3.1 760 1/10/2019
1.3.0 2,668 12/6/2018
1.2.2 1,537 10/31/2018
1.2.1 1,033 8/2/2018
1.2.0 1,854 7/31/2018
1.0.2 2,576 5/16/2018
1.0.1 1,016 5/7/2018
1.0.0 1,166 5/7/2018

* Make shared cache for types resolution thread safe
* Add ScriptEvaluating and ScriptEvaluated events
* Add unaryOperatorsDictionary to manage custom operators that are both unaries and binaries better