DynamicExpresso.Core 1.3.0

dotnet add package DynamicExpresso.Core --version 1.3.0
NuGet\Install-Package DynamicExpresso.Core -Version 1.3.0
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="DynamicExpresso.Core" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DynamicExpresso.Core --version 1.3.0
#r "nuget: DynamicExpresso.Core, 1.3.0"
#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 DynamicExpresso.Core as a Cake Addin
#addin nuget:?package=DynamicExpresso.Core&version=1.3.0

// Install DynamicExpresso.Core as a Cake Tool
#tool nuget:?package=DynamicExpresso.Core&version=1.3.0

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.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (17)

Showing the top 5 popular GitHub repositories that depend on DynamicExpresso.Core:

Repository Stars
dotnetcore/Magicodes.IE
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.
dynamicexpresso/DynamicExpresso
C# expressions interpreter
0x90d/videoduplicatefinder
Video Duplicate Finder - Crossplatform
MCCTeam/Minecraft-Console-Client
Lightweight console for Minecraft chat and automated scripts
casbin/Casbin.NET
An authorization library that supports access control models like ACL, RBAC, ABAC in .NET (C#)
Version Downloads Last updated
1.3.0 865 1/18/2015
1.2.0 153 1/15/2015
1.1.0 1,347 11/8/2014
1.0.0 411 9/13/2014
0.11.4 320 5/13/2014
0.11.3 55 5/10/2014
0.11.2 55 5/3/2014
0.11.1 58 4/29/2014
0.11.0 126 4/12/2014
0.10.0 115 3/28/2014
0.9.2 59 3/23/2014
0.9.1 81 12/13/2013
0.9.0 72 11/2/2013
0.8.1 62 9/30/2013
0.8.0 121 2/21/2013
0.7.0 57 2/7/2013
0.6.0 53 2/2/2013
0.5.0 48 1/31/2013
0.4.0 53 1/29/2013
0.3.0 51 1/28/2013
0.2.0 49 1/21/2013
0.1.1 50 1/20/2013
0.1.0 50 1/20/2013