PercolatorFunctioner 1.1.1
dotnet add package PercolatorFunctioner --version 1.1.1
NuGet\Install-Package PercolatorFunctioner -Version 1.1.1
<PackageReference Include="PercolatorFunctioner" Version="1.1.1" />
paket add PercolatorFunctioner --version 1.1.1
#r "nuget: PercolatorFunctioner, 1.1.1"
// Install PercolatorFunctioner as a Cake Addin #addin nuget:?package=PercolatorFunctioner&version=1.1.1 // Install PercolatorFunctioner as a Cake Tool #tool nuget:?package=PercolatorFunctioner&version=1.1.1
A CSharpCodeProvider wrapper used to created delegates from string values.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has 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.
Version | Downloads | Last updated |
---|---|---|
1.1.1 | 1,888 | 4/7/2015 |
From the makers of Percolator Analysis Services...
This small project was created for a need to store certain functionality as a string in a database, query for the
function during runtime and compile the string value into an actual delegate to be used in the program.
Functioner is a simple wrapper for the CSharpCodeProvider class that is able to compile strings that are written
in the CSharp syntax. This library simply takes the string representation of a lambda expression and compiles them
in memory, then returns the delegate to be used. You can either call for single delegates, or create a repository
that will be compiled into an assembly in memory.
And as always, please contact us for any bugs, comments, or questions!