ExpressionEvaluatorForDotNet 1.1.3

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

// Install ExpressionEvaluatorForDotNet as a Cake Tool
#tool nuget:?package=ExpressionEvaluatorForDotNet&version=1.1.3

This is a library written in C# .NET that will evaluate any math, string or boolean expression using built-in Expression Configurations. Expression Configurations are what the Evaluator uses when defining math, string, and boolean operators like '+', '-', '||', and so on. The operations are fully customizable. Using Expression Configurations you can hook into operator events before and after they're evaluated or evaluate the expression yourself with custom logic. The default expression configuration is C#.

You can also use this to evaluate segments of an hl7v2 pipe delimited message. Using an HL7V2ExpressionConfiguration the Evaluator can be configured to parse and return a structured HL7V2Message object layered with fields, field repetitions, components, and subcomponents. You can also perform CRUD operations on all of them, build a message from scratch, and more. Please visit the repository for more information.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.4 1,825 6/16/2021
1.1.3 343 6/14/2021
1.1.2 359 6/14/2021
1.1.1 361 6/14/2021
1.1.0 364 6/14/2021