StringToExpression 1.1.1
StringToExpression supports the compiling a domain specific string into a .NET expression.
Out of the box configuration is provided for parsing arithmetic expressions and for parsing OData filter strings. Although can be configured to parse string of any format
Install-Package StringToExpression -Version 1.1.1
dotnet add package StringToExpression --version 1.1.1
<PackageReference Include="StringToExpression" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StringToExpression --version 1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: StringToExpression, 1.1.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Add checks to prevent keywords from being identified within property names.
Dependencies
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on StringToExpression:
Package | Downloads |
---|---|
Takenet.Iris.Common
Iris common data types package
|
|
ODataQueryHelper.Core
Package Description
|
GitHub repositories
This package is not used by any popular GitHub repositories.