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
<PackageReference Include="Komair.Expressions.Mapping" Version="10.1.1" />
<PackageVersion Include="Komair.Expressions.Mapping" Version="10.1.1" />
<PackageReference Include="Komair.Expressions.Mapping" />
paket add Komair.Expressions.Mapping --version 10.1.1
#r "nuget: Komair.Expressions.Mapping, 10.1.1"
#:package Komair.Expressions.Mapping@10.1.1
#addin nuget:?package=Komair.Expressions.Mapping&version=10.1.1
#tool nuget:?package=Komair.Expressions.Mapping&version=10.1.1
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 memberInvalidNodeRootException– thrown when a mapper expects aLambdaExpressionNodeat the root but receives anotherExpressionNodeBasetypeInvalidTreeRootException– thrown when a mapper expects aLambdaExpressionat the root but receives anotherSystem.Linq.Expressions.Expressionshape
Key Concepts
- mapping abstraction – defines contracts for converting between serializable expression nodes and runtime expression trees
- expression-node centric design – focuses on
ExpressionNodeBaseand 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 | Versions 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. |
-
net10.0
- Komair.Expressions (>= 10.1.1)
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 |