Fluxera.Linq.Expressions 9.0.1

Prefix Reserved
dotnet add package Fluxera.Linq.Expressions --version 9.0.1
                    
NuGet\Install-Package Fluxera.Linq.Expressions -Version 9.0.1
                    
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="Fluxera.Linq.Expressions" Version="9.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fluxera.Linq.Expressions" Version="9.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Fluxera.Linq.Expressions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Fluxera.Linq.Expressions --version 9.0.1
                    
#r "nuget: Fluxera.Linq.Expressions, 9.0.1"
                    
#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.
#addin nuget:?package=Fluxera.Linq.Expressions&version=9.0.1
                    
Install Fluxera.Linq.Expressions as a Cake Addin
#tool nuget:?package=Fluxera.Linq.Expressions&version=9.0.1
                    
Install Fluxera.Linq.Expressions as a Cake Tool

Build Status

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 an Expression that represents an bitwise AND operation.
  • AndAlso Creates an Expression that represents a conditional AND operation that evaluates the second operand only if it has to.
  • Or Creates an Expression that represents an bitwise OR operation.
  • OrElse Creates an Expression that represents a conditional OR operation that evaluates the second operand only if it has to.
Product Compatible and additional computed target framework versions.
.NET 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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

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.1 252 2/5/2025
9.0.0 326 11/14/2024
8.2.3 421 11/1/2024
8.2.2 121 7/9/2024
8.2.1 801 6/15/2024
8.2.0 436 6/8/2024
8.1.0 714 5/26/2024
8.0.5 129 5/24/2024
8.0.4 2,904 4/18/2024
8.0.2 821 4/13/2024
8.0.1 5,179 11/23/2023
8.0.0 770 11/15/2023
7.1.1 915 7/20/2023
7.1.0 6,074 1/18/2023
7.0.3 4,212 11/15/2022
7.0.2 866 11/12/2022
7.0.0 371 11/9/2022
6.1.0 17,846 6/7/2022
6.0.11 20,940 5/5/2022
6.0.10 2,612 4/20/2022
6.0.9 8,019 3/24/2022
6.0.8 1,725 2/17/2022
6.0.7 1,149 12/18/2021
6.0.6 348 12/17/2021
6.0.4 319 12/8/2021
6.0.2 340 12/8/2021