Installation
NuGet Expression Evaluator for .NET package.
You can install using the following methods.
Using the .NET Core command-line interface (CLI) tools:
dotnet add package ExpressionEvaluatorForDotNet
Using the NuGet Command Line Interface (CLI):
nuget install ExpressionEvaluatorForDotNet
Using the Package Manager Console:
Install-Package ExpressionEvaluatorForDotNet