Linq.Expression.Optimizer
1.0.15
.NET Standard 1.6
.NET Framework 3.5
dotnet add package Linq.Expression.Optimizer --version 1.0.15
NuGet\Install-Package Linq.Expression.Optimizer -Version 1.0.15
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="Linq.Expression.Optimizer" Version="1.0.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Linq.Expression.Optimizer --version 1.0.15
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Linq.Expression.Optimizer, 1.0.15"
#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 Linq.Expression.Optimizer as a Cake Addin
#addin nuget:?package=Linq.Expression.Optimizer&version=1.0.15
// Install Linq.Expression.Optimizer as a Cake Tool
#tool nuget:?package=Linq.Expression.Optimizer&version=1.0.15
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Lightweight optimizer of System.Linq.Expression expressions. Just basic boolean algebra and reductions, constant and tuple/anonymous type eliminations. For side-effect free Expressions. No compilation-subjective optimizations.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 3.5
- FSharp.Core (= 4.1.18)
-
.NETFramework 4.5
- FSharp.Core (>= 4.5.4)
-
.NETStandard 1.6
- FSharp.Core (>= 4.1.18)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Linq.Expression.Optimizer:
Package | Downloads |
---|---|
XSpecification.Linq
XSpecification is an implementation of Specification pattern for Linq and Elasticsearch |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Linq.Expression.Optimizer:
Repository | Stars |
---|---|
scottksmith95/LINQKit
LINQKit is a free set of extensions for LINQ to SQL and Entity Framework power users.
|
Version | Downloads | Last updated |
---|---|---|
1.0.15 | 184 | 3/7/2023 |
1.0.13 | 149,760 | 5/27/2019 |
1.0.12 | 31,919 | 8/31/2018 |
1.0.11 | 26,484 | 1/1/2018 |
1.0.10 | 872 | 1/1/2018 |
1.0.9 | 23,367 | 6/5/2017 |
1.0.8 | 1,028 | 5/10/2017 |
1.0.7 | 28,323 | 10/7/2016 |
1.0.6 | 894 | 10/6/2016 |
1.0.5 | 855 | 10/5/2016 |
1.0.4 | 1,030 | 10/3/2016 |
1.0.3 | 1,054 | 8/30/2016 |
1.0.2 | 876 | 8/30/2016 |
1.0.1 | 838 | 8/30/2016 |
1.0.0 | 912 | 8/27/2016 |
Dependency updates
Fix for ExpressionType.Extension