Fluxera.Linq.Expressions
8.0.1
Prefix Reserved
See the version list below for details.
dotnet add package Fluxera.Linq.Expressions --version 8.0.1
NuGet\Install-Package Fluxera.Linq.Expressions -Version 8.0.1
<PackageReference Include="Fluxera.Linq.Expressions" Version="8.0.1" />
<PackageVersion Include="Fluxera.Linq.Expressions" Version="8.0.1" />
<PackageReference Include="Fluxera.Linq.Expressions" />
paket add Fluxera.Linq.Expressions --version 8.0.1
#r "nuget: Fluxera.Linq.Expressions, 8.0.1"
#:package Fluxera.Linq.Expressions@8.0.1
#addin nuget:?package=Fluxera.Linq.Expressions&version=8.0.1
#tool nuget:?package=Fluxera.Linq.Expressions&version=8.0.1
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:
EvaluatorEnables the partial evaluation of queries.LocalCollectionExpanderExpands local collection values.ParameterRebinderUsed 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.
AndCreates anExpressionthat represents an bitwise AND operation.AndAlsoCreates anExpressionthat represents a conditional AND operation that evaluates the second operand only if it has to.OrCreates anExpressionthat represents an bitwise OR operation.OrElseCreates anExpressionthat 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 | net6.0 is compatible. 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 is compatible. 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 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- Fluxera.Guards (>= 8.0.1)
- JetBrains.Annotations (>= 2023.3.0)
-
net7.0
- Fluxera.Guards (>= 8.0.1)
- JetBrains.Annotations (>= 2023.3.0)
-
net8.0
- Fluxera.Guards (>= 8.0.1)
- JetBrains.Annotations (>= 2023.3.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.2.0 | 234 | 7/28/2025 |
| 9.0.1 | 496 | 2/5/2025 |
| 9.0.0 | 612 | 11/14/2024 |
| 8.2.3 | 740 | 11/1/2024 |
| 8.2.2 | 192 | 7/9/2024 |
| 8.2.1 | 1,297 | 6/15/2024 |
| 8.2.0 | 684 | 6/8/2024 |
| 8.1.0 | 1,138 | 5/26/2024 |
| 8.0.5 | 193 | 5/24/2024 |
| 8.0.4 | 4,521 | 4/18/2024 |
| 8.0.2 | 1,287 | 4/13/2024 |
| 8.0.1 | 7,198 | 11/23/2023 |
| 8.0.0 | 1,129 | 11/15/2023 |
| 7.1.1 | 1,164 | 7/20/2023 |
| 7.1.0 | 7,711 | 1/18/2023 |
| 7.0.3 | 5,333 | 11/15/2022 |
| 7.0.2 | 996 | 11/12/2022 |
| 7.0.0 | 442 | 11/9/2022 |
| 6.1.0 | 19,213 | 6/7/2022 |
| 6.0.11 | 22,508 | 5/5/2022 |
| 6.0.10 | 2,839 | 4/20/2022 |
| 6.0.9 | 8,591 | 3/24/2022 |
| 6.0.8 | 1,874 | 2/17/2022 |
| 6.0.7 | 1,309 | 12/18/2021 |
| 6.0.6 | 430 | 12/17/2021 |
| 6.0.4 | 399 | 12/8/2021 |
| 6.0.2 | 423 | 12/8/2021 |