DynamicExpresso.Core
1.3.1
Dynamic Expresso is an interpreter for simple C# statements. Dynamic Expresso embeds its own parsing logic, really interprets C# statements by converting it to .NET lambda expressions or delegates.
Using Dynamic Expresso developers can create scriptable applications, execute .NET code without compilation or create dynamic linq statements.
Statements are written using a subset of C# language specifications. Global variables or parameters can be injected and used inside expressions. It doesn't generate assembly but it creates an expression tree on the fly.
Install-Package DynamicExpresso.Core -Version 1.3.1
dotnet add package DynamicExpresso.Core --version 1.3.1
<PackageReference Include="DynamicExpresso.Core" Version="1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DynamicExpresso.Core --version 1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DynamicExpresso.Core, 1.3.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install DynamicExpresso.Core as a Cake Addin
#addin nuget:?package=DynamicExpresso.Core&version=1.3.1
// Install DynamicExpresso.Core as a Cake Tool
#tool nuget:?package=DynamicExpresso.Core&version=1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 1.3.1 | 0 | 06.02.2022 |