Metadata >> NuGet >> DynamicExpresso.Core

DynamicExpresso.Core

Metadata

Authors Davide Icardi
Description 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.
Owners Davide Icardi
ProjectUrl https://github.com/davideicardi/dynamicexpresso
RequireLicenseAcceptance False
Summary C# expression interpreter/evaluator
PackageSize 95455
PackageHashAlgorithm SHA512
PackageHash FIZV3uhz5lDFkHuYI7Kufpq9V3rZ3Vt/0fIOsfEPXCBLPXrRwJt/PJxW+sorYRRlm5A7NpGv3S1zHugS92E32A==
DownloadCount 000000
CreatedDate 2015-09-05T17:30:41
Tags dynamic expresso expression linq eval

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install DynamicExpresso.Core -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install DynamicExpresso.Core -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package DynamicExpresso.Core
Installing the package (HTTP Basic authentication):
Install-Package DynamicExpresso.Core -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package DynamicExpresso.Core -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package DynamicExpresso.Core

OpenWrap

Installing the package:
o add-wrap DynamicExpresso.Core
Uninstalling the package:
o remove-wrap DynamicExpresso.Core

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.3.1.0
1.3.0.0
1.2.0.0
1.0.0.0
0.11.4.0
0.11.3.0
0.11.2.0
0.11.1.0
0.11.0.0
0.10.0.0
0.9.2.0
0.9.1.0
0.9.0.0
0.8.1.0
0.8.0.0
0.7.0.0
0.6.0.0
0.5.0.0
0.4.0.0
0.3.0.0
0.2.0.0
0.1.1.0
0.1.0.0