NReco.LambdaParser 1.0.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package NReco.LambdaParser --version 1.0.2
NuGet\Install-Package NReco.LambdaParser -Version 1.0.2
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="NReco.LambdaParser" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NReco.LambdaParser --version 1.0.2
#r "nuget: NReco.LambdaParser, 1.0.2"
#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 NReco.LambdaParser as a Cake Addin
#addin nuget:?package=NReco.LambdaParser&version=1.0.2

// Install NReco.LambdaParser as a Cake Tool
#tool nuget:?package=NReco.LambdaParser&version=1.0.2

Runtime parser for string expressions (formulas, method calls etc). Builds LINQ expression tree and compiles it to lambda delegate, supports dynamically typed variables.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework 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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 1.3

  • Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

    • No dependencies.
  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

    • No dependencies.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on NReco.LambdaParser:

Package Downloads
ExtendedXmlSerializer

An extensible Xml Serializer for .NET that builds on the functionality of the classic XmlSerializer with a powerful and robust extension model.

FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

LJH.DO

数据访问组件,有用到批量插入、插入后返回值的功能需要安装具体数据库类型的包,如LJH.DO.SqlServer 1. netcore升级到3.1

fion.modelerp.core

ModelErp

RG3.DO.Abstractions

1、【数据库RG3.DO.Abstractions】(可配置化,标准化,灵活配置,集成百度、腾讯、阿里、短信通等巨头接口,可脱离开发环境,集成nodejs中间件、统一认证中心) 2、以Rg3.开头且类继承 IService 或 IRepository的在Starup里面不用注入,案例如下 3、public class ListRepository : IRepository 4、public class ListService : IService 5、使用请到github获取 RG3.PF.WebApp.Host 6、6.0.0.77开始,nodeserice迁移到RG3.PF.PinYinScriptEngineCliWrap

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NReco.LambdaParser:

Repository Stars
ExtendedXmlSerializer/home
A configurable and eXtensible Xml serializer for .NET.
Version Downloads Last updated
1.1.1 7,053 1/4/2024
1.1.0 18,130 8/23/2023
1.0.12 1,560,630 7/8/2020
1.0.11 306,396 12/13/2019
1.0.10 300,621 8/19/2019
1.0.9 5,468 4/17/2019
1.0.8 216,839 9/10/2018
1.0.7 39,792 10/9/2017
1.0.6 2,223 7/11/2017
1.0.5 4,509 2/25/2017
1.0.4 3,073 9/15/2016
1.0.3 2,276 8/1/2016
1.0.2 1,570 7/4/2016
1.0.1 2,535 4/22/2016
1.0.0 1,622 1/29/2016

Changes v.1.0.2:
- added build for .NET Standards 1.3: LambdaParser can be used from any .NET application type, including .NET Core)
- nuget package includes PCL net40 / net45 builds for backward compatibility

Changes v.1.0.1:
- added support for unary "not" operator: !
- make LambdaParser compatible with PCL net45+wp8+dnxcore50 target
- nuget package contains both PCL net40 and PCL net45 builds. Library can be used with .NET Core CLR