Mindbox.Expressions 1.0.5392.41880

There is a newer version of this package available.
See the version list below for details.
dotnet add package Mindbox.Expressions --version 1.0.5392.41880                
NuGet\Install-Package Mindbox.Expressions -Version 1.0.5392.41880                
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="Mindbox.Expressions" Version="1.0.5392.41880" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mindbox.Expressions --version 1.0.5392.41880                
#r "nuget: Mindbox.Expressions, 1.0.5392.41880"                
#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 Mindbox.Expressions as a Cake Addin
#addin nuget:?package=Mindbox.Expressions&version=1.0.5392.41880

// Install Mindbox.Expressions as a Cake Tool
#tool nuget:?package=Mindbox.Expressions&version=1.0.5392.41880                

Allows to include lambda expressions into each other in c# and Visual Basic. Also allows to avoid using string constants in reflection thus enabling easy refactoring.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Mindbox.Expressions:

Package Downloads
Mindbox.Data.Linq

A clone of Microsoft System.Data.Linq to allow multi-DLL extensibility and EF compatibility.

Sproom.Mindbox.Data.Linq

Fork of Mindbox.Data.Linq

DeepThink.Data.Linq

Package Description

u.system.data.linq.core

A clone of Microsoft System.Data.Linq to allow multi-DLL extensibility and EF compatibility.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.3.1 351,038 2/20/2023
3.3.0 687,645 12/11/2020
3.2.0 3,261,425 4/13/2020
3.1.1 1,984 3/23/2020
3.1.0 975 3/23/2020
3.0.2 8,658 8/18/2019
3.0.1 209,510 8/8/2018
2.0.5420.33605 32,678 11/3/2014
1.1.5413.5185 1,807 10/26/2014
1.1.5412.36858 1,790 10/26/2014
1.1.5412.27831 1,756 10/26/2014
1.1.5412.25533 1,737 10/26/2014
1.1.5396.35421 1,829 10/10/2014
1.1.5396.21341 1,762 10/10/2014
1.1.5393.39954 1,792 10/7/2014
1.0.5392.41880 1,801 10/6/2014
1.0.5391.39861 1,932 10/5/2014

Fixed ExpressionEvaluator bug when evaluating delegate lambda.
       Evaluate methods try to avoid compilation when somehow invoked directly
       (instead of being used in expression expanded via ExpandExpressions method).