Komair.Expressions 10.1.1

dotnet add package Komair.Expressions --version 10.1.1
                    
NuGet\Install-Package Komair.Expressions -Version 10.1.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="Komair.Expressions" Version="10.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Komair.Expressions" Version="10.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Komair.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 Komair.Expressions --version 10.1.1
                    
#r "nuget: Komair.Expressions, 10.1.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.
#:package Komair.Expressions@10.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Komair.Expressions&version=10.1.1
                    
Install as a Cake Addin
#tool nuget:?package=Komair.Expressions&version=10.1.1
                    
Install as a Cake Tool

Komair.Expressions

A .NET library providing serializable equivalents of the System.Linq.Expressions namespace.

Key Types

  • ExpressionNodeBase – abstract base for serializable expression nodes
  • BinaryExpressionNode – serializable representation of BinaryExpression
  • BlockExpressionNode – serializable representation of BlockExpression
  • ConditionalExpressionNode – serializable representation of ConditionalExpression
  • ConstantExpressionNode – serializable representation of ConstantExpression
  • ElementInitNode – serializable representation of list initializer elements (ElementInit)
  • InvocationExpressionNode – serializable representation of InvocationExpression
  • LambdaExpressionNode – serializable representation of LambdaExpression
  • ListInitExpressionNode – serializable representation of ListInitExpression
  • MemberAssignmentNode – serializable representation of member initializer assignments (MemberAssignment)
  • MemberInitExpressionNode – serializable representation of MemberInitExpression
  • MemberExpressionNode – serializable representation of MemberExpression
  • MethodCallExpressionExtensions – collects ParameterExpression nodes referenced under a MethodCallExpression (used with ExpressionExtensions.GetParameterList)
  • NewExpressionNode – serializable representation of NewExpression
  • ParameterExpressionNode – serializable representation of ParameterExpression
  • QuoteExpressionNode – serializable representation of quoted expressions (ExpressionType.Quote)
  • UnsupportedExpressionException (Komair.Expressions.Exceptions) – thrown when an operation encounters a System.Linq.Expressions.Expression shape it does not support (for example GetParameterList on an unsupported node kind)

Usage

Use these nodes together with the mapping and serialization packages (Komair.Expressions.Mapping.*, Komair.Expressions.Serialization.*) to transform between expression trees and transport-friendly formats.

Installation

dotnet add package Komair.Expressions
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.
  • net10.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Komair.Expressions:

Package Downloads
Komair.Expressions.Mapping

A .NET abstraction library for mapping Komair.Expressions.ExpressionNode objects to/from other types (in particular, System.Linq.Expressions objects).

Komair.Expressions.Serialization

A .NET abstraction library for serializing Komair.Expressions.ExpressionNode objects to/from other types (in particular, System.Linq.Expressions objects).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.1.1 144 5/12/2026
10.1.0 137 5/6/2026
10.0.1 134 5/5/2026
10.0.0 134 5/5/2026
8.4.1 167 5/4/2026
8.4.0 170 5/4/2026
8.3.0 179 3/22/2026
8.2.1 175 3/20/2026
8.2.0 191 3/14/2026
8.1.0 196 3/12/2026
8.0.0 167 3/6/2026
6.0.0 1,184 4/12/2022
1.1.0 1,127 7/24/2021
1.0.0 1,045 5/17/2021