Komair.Expressions.Mapping 8.3.0

dotnet add package Komair.Expressions.Mapping --version 8.3.0
                    
NuGet\Install-Package Komair.Expressions.Mapping -Version 8.3.0
                    
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="8.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Komair.Expressions.Mapping" Version="8.3.0" />
                    
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 8.3.0
                    
#r "nuget: Komair.Expressions.Mapping, 8.3.0"
                    
#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@8.3.0
                    
#: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=8.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Komair.Expressions.Mapping&version=8.3.0
                    
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 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 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. 
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
8.3.0 113 3/22/2026
8.2.1 106 3/20/2026
8.2.0 163 3/14/2026
8.1.0 160 3/12/2026
8.0.0 106 3/6/2026
6.0.0 787 4/12/2022
1.1.0 666 7/24/2021
1.0.0 607 5/17/2021