Komair.Expressions.Mapping 10.1.1

dotnet add package Komair.Expressions.Mapping --version 10.1.1
                    
NuGet\Install-Package Komair.Expressions.Mapping -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.Mapping" 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.Mapping" Version="10.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Komair.Expressions.Mapping" />
                    
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.Mapping --version 10.1.1
                    
#r "nuget: Komair.Expressions.Mapping, 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.Mapping@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.Mapping&version=10.1.1
                    
Install as a Cake Addin
#tool nuget:?package=Komair.Expressions.Mapping&version=10.1.1
                    
Install as a Cake Tool

Komair.Expressions.Mapping

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

Key Types

Custom exceptions are in the Komair.Expressions.Mapping.Exceptions namespace. Root arguments are validated; passing null for an invalid root throws ArgumentNullException.

  • InvalidMemberNodeException – thrown when a member expression node lacks the inner expression needed to resolve the member
  • InvalidNodeRootException – thrown when a mapper expects a LambdaExpressionNode at the root but receives another ExpressionNodeBase type
  • InvalidTreeRootException – thrown when a mapper expects a LambdaExpression at the root but receives another System.Linq.Expressions.Expression shape

Key Concepts

  • mapping abstraction – defines contracts for converting between serializable expression nodes and runtime expression trees
  • expression-node centric design – focuses on ExpressionNodeBase and its derived node types as the mapping boundary

This package does not depend on any specific mapping framework; concrete implementations live in separate packages such as Komair.Expressions.Mapping.Mapster.

Installation

dotnet add package Komair.Expressions.Mapping
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.

NuGet packages (1)

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

Package Downloads
Komair.Expressions.Mapping.Mapster

A .NET library implementing Komair.Expressions.Mapping using the Mapster package.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.1.1 104 5/12/2026
10.1.0 106 5/6/2026
10.0.1 106 5/5/2026
10.0.0 97 5/5/2026
8.4.1 107 5/4/2026
8.4.0 102 5/4/2026
8.3.0 127 3/22/2026
8.2.1 116 3/20/2026
8.2.0 173 3/14/2026
8.1.0 174 3/12/2026
8.0.0 118 3/6/2026
6.0.0 796 4/12/2022
1.1.0 675 7/24/2021
1.0.0 616 5/17/2021