Mindbox.Expressions
1.0.5392.41880
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
<PackageReference Include="Mindbox.Expressions" Version="1.0.5392.41880" />
paket add Mindbox.Expressions --version 1.0.5392.41880
#r "nuget: Mindbox.Expressions, 1.0.5392.41880"
// 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 | Versions 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. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 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 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.3.1 | 327,256 | 2/20/2023 |
3.3.0 | 665,864 | 12/11/2020 |
3.2.0 | 3,124,917 | 4/13/2020 |
3.1.1 | 1,972 | 3/23/2020 |
3.1.0 | 964 | 3/23/2020 |
3.0.2 | 8,646 | 8/18/2019 |
3.0.1 | 205,707 | 8/8/2018 |
2.0.5420.33605 | 30,782 | 11/3/2014 |
1.1.5413.5185 | 1,793 | 10/26/2014 |
1.1.5412.36858 | 1,776 | 10/26/2014 |
1.1.5412.27831 | 1,743 | 10/26/2014 |
1.1.5412.25533 | 1,724 | 10/26/2014 |
1.1.5396.35421 | 1,806 | 10/10/2014 |
1.1.5396.21341 | 1,749 | 10/10/2014 |
1.1.5393.39954 | 1,779 | 10/7/2014 |
1.0.5392.41880 | 1,788 | 10/6/2014 |
1.0.5391.39861 | 1,889 | 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).