Fluxera.Linq.Expressions
6.0.11
Prefix Reserved
See the version list below for details.
dotnet add package Fluxera.Linq.Expressions --version 6.0.11
NuGet\Install-Package Fluxera.Linq.Expressions -Version 6.0.11
<PackageReference Include="Fluxera.Linq.Expressions" Version="6.0.11" />
paket add Fluxera.Linq.Expressions --version 6.0.11
#r "nuget: Fluxera.Linq.Expressions, 6.0.11"
// Install Fluxera.Linq.Expressions as a Cake Addin #addin nuget:?package=Fluxera.Linq.Expressions&version=6.0.11 // Install Fluxera.Linq.Expressions as a Cake Tool #tool nuget:?package=Fluxera.Linq.Expressions&version=6.0.11
Fluxera.Linq.Expressions
A collection of LINQ expression utilities and extension methods.
Usage
The extenions methods use several utility classes that are publicly available through this library to be used forother use-cases:
Evaluator
Enables the partial evaluation of queries.LocalCollectionExpander
Expands local collection values.ParameterRebinder
Used for rebinding of parameters.
The utility classes are used to evaludate as much as possible to create a string representation of an Expression
.
The result of the extension can f.e. be used to create cache keys for expression-based data queries.
Expression<Func<Person, string>> expression = x => x.Name;
string? str = expression.ToExpressionString();
The other extension methods can be used to compose given expressions.
And
Creates anExpression
that represents an bitwise AND operation.AndAlso
Creates anExpression
that represents a conditional AND operation that evaluates the second operand only if it has to.Or
Creates anExpression
that represents an bitwise OR operation.OrElse
Creates anExpression
that represents a conditional OR operation that evaluates the second operand only if it has to.
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 | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Fluxera.Guards (>= 6.0.22)
- JetBrains.Annotations (>= 2022.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Fluxera.Linq.Expressions:
Package | Downloads |
---|---|
Fluxera.Repository.Abstractions
The abstractions for the generic repository implementation. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.0.0 | 36 | 11/14/2024 |
8.2.3 | 377 | 11/1/2024 |
8.2.2 | 95 | 7/9/2024 |
8.2.1 | 775 | 6/15/2024 |
8.2.0 | 408 | 6/8/2024 |
8.1.0 | 684 | 5/26/2024 |
8.0.5 | 106 | 5/24/2024 |
8.0.4 | 2,876 | 4/18/2024 |
8.0.2 | 795 | 4/13/2024 |
8.0.1 | 5,156 | 11/23/2023 |
8.0.0 | 757 | 11/15/2023 |
7.1.1 | 899 | 7/20/2023 |
7.1.0 | 6,024 | 1/18/2023 |
7.0.3 | 4,185 | 11/15/2022 |
7.0.2 | 836 | 11/12/2022 |
7.0.0 | 339 | 11/9/2022 |
6.1.0 | 17,810 | 6/7/2022 |
6.0.11 | 20,905 | 5/5/2022 |
6.0.10 | 2,570 | 4/20/2022 |
6.0.9 | 7,978 | 3/24/2022 |
6.0.8 | 1,679 | 2/17/2022 |
6.0.7 | 1,108 | 12/18/2021 |
6.0.6 | 307 | 12/17/2021 |
6.0.4 | 278 | 12/8/2021 |
6.0.2 | 299 | 12/8/2021 |