ExpressionEvaluatorForDotNet 1.1.0
See the version list below for details.
dotnet add package ExpressionEvaluatorForDotNet --version 1.1.0
NuGet\Install-Package ExpressionEvaluatorForDotNet -Version 1.1.0
<PackageReference Include="ExpressionEvaluatorForDotNet" Version="1.1.0" />
paket add ExpressionEvaluatorForDotNet --version 1.1.0
#r "nuget: ExpressionEvaluatorForDotNet, 1.1.0"
// Install ExpressionEvaluatorForDotNet as a Cake Addin #addin nuget:?package=ExpressionEvaluatorForDotNet&version=1.1.0 // Install ExpressionEvaluatorForDotNet as a Cake Tool #tool nuget:?package=ExpressionEvaluatorForDotNet&version=1.1.0
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 | Versions 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. |
-
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.