Linq.Expression.Optimizer
1.0.24
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
.NET Framework 4.7.2
This package targets .NET Framework 4.7.2. The package is compatible with this framework or higher.
dotnet add package Linq.Expression.Optimizer --version 1.0.24
NuGet\Install-Package Linq.Expression.Optimizer -Version 1.0.24
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.24" />
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.24
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Linq.Expression.Optimizer, 1.0.24"
#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.24 // Install Linq.Expression.Optimizer as a Cake Tool #tool nuget:?package=Linq.Expression.Optimizer&version=1.0.24
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 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 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.
-
.NETFramework 4.7.2
- FSharp.Core (>= 8.0.200)
-
.NETFramework 4.8.1
- FSharp.Core (>= 8.0.200)
-
.NETStandard 2.0
- FSharp.Core (>= 8.0.200)
-
.NETStandard 2.1
- FSharp.Core (>= 8.0.200)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Linq.Expression.Optimizer:
Package | Downloads |
---|---|
SpeedyCourse.Entities
Package Description |
|
XSpecification.Linq
XSpecification is an implementation of Specification pattern for Linq and Elasticsearch |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Linq.Expression.Optimizer:
Repository | Stars |
---|---|
rnwood/smtp4dev
smtp4dev - the fake smtp email server for development and testing
|
|
scottksmith95/LINQKit
LINQKit is a free set of extensions for LINQ to SQL and Entity Framework power users.
|
|
zzzprojects/System.Linq.Dynamic.Core
The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
|
Version | Downloads | Last updated |
---|---|---|
1.0.24 | 47 | 11/7/2024 |
1.0.23 | 7,360 | 6/26/2024 |
1.0.22 | 112 | 6/26/2024 |
1.0.21 | 6,145 | 4/5/2024 |
1.0.20 | 182 | 4/2/2024 |
1.0.18 | 3,629 | 3/11/2024 |
1.0.16 | 20,297 | 10/8/2023 |
1.0.15 | 18,584 | 3/7/2023 |
1.0.13 | 183,002 | 5/27/2019 |
1.0.12 | 35,621 | 8/31/2018 |
1.0.11 | 30,123 | 1/1/2018 |
1.0.10 | 1,423 | 1/1/2018 |
1.0.9 | 26,152 | 6/5/2017 |
1.0.8 | 1,635 | 5/10/2017 |
1.0.7 | 28,988 | 10/7/2016 |
1.0.6 | 1,454 | 10/6/2016 |
1.0.5 | 1,397 | 10/5/2016 |
1.0.4 | 1,597 | 10/3/2016 |
1.0.3 | 1,635 | 8/30/2016 |
1.0.2 | 1,446 | 8/30/2016 |
1.0.1 | 1,372 | 8/30/2016 |
1.0.0 | 1,459 | 8/27/2016 |
Perf opt: Faster type tests