NReco.LambdaParser
1.0.3
Prefix Reserved
See the version list below for details.
dotnet add package NReco.LambdaParser --version 1.0.3
NuGet\Install-Package NReco.LambdaParser -Version 1.0.3
<PackageReference Include="NReco.LambdaParser" Version="1.0.3" />
paket add NReco.LambdaParser --version 1.0.3
#r "nuget: NReco.LambdaParser, 1.0.3"
// Install NReco.LambdaParser as a Cake Addin #addin nuget:?package=NReco.LambdaParser&version=1.0.3 // Install NReco.LambdaParser as a Cake Tool #tool nuget:?package=NReco.LambdaParser&version=1.0.3
Runtime parser for string expressions (formulas, method calls etc). Builds LINQ expression tree and compiles it to lambda delegate, supports dynamically typed variables.
Product | Versions 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. |
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.0)
- System.Reflection.TypeExtensions (>= 4.1.0)
-
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 (12)
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.3 | 26,256 | 7/12/2024 |
1.1.2 | 628 | 7/7/2024 |
1.1.1 | 44,624 | 1/4/2024 |
1.1.0 | 30,244 | 8/23/2023 |
1.0.12 | 1,795,358 | 7/8/2020 |
1.0.11 | 328,573 | 12/13/2019 |
1.0.10 | 375,305 | 8/19/2019 |
1.0.9 | 5,789 | 4/17/2019 |
1.0.8 | 223,111 | 9/10/2018 |
1.0.7 | 40,838 | 10/9/2017 |
1.0.6 | 2,317 | 7/11/2017 |
1.0.5 | 4,587 | 2/25/2017 |
1.0.4 | 3,188 | 9/15/2016 |
1.0.3 | 2,363 | 8/1/2016 |
1.0.2 | 1,663 | 7/4/2016 |
1.0.1 | 9,759 | 4/22/2016 |
1.0.0 | 1,743 | 1/29/2016 |
Changes v.1.0.3:
- nuget package portable build dependencies fix to workaround issue with package installation from .net 4.6.1 projects
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