TinyMapper 2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package TinyMapper --version 2.0.1
                    
NuGet\Install-Package TinyMapper -Version 2.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="TinyMapper" Version="2.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TinyMapper" Version="2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="TinyMapper" />
                    
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 TinyMapper --version 2.0.1
                    
#r "nuget: TinyMapper, 2.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=TinyMapper&version=2.0.1
                    
Install TinyMapper as a Cake Addin
#tool nuget:?package=TinyMapper&version=2.0.1
                    
Install TinyMapper as a Cake Tool

TinyMapper - a tiny and quick object mapper for .Net.

Product Compatible and additional computed target framework versions.
.NET Framework net30 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (30)

Showing the top 5 NuGet packages that depend on TinyMapper:

Package Downloads
WireMock.Net

Lightweight Http Mocking Server for .Net, inspired by WireMock from the Java landscape.

Admetus.Domain

Package Description

LightestNight.Luminescence.BlazorComponents

The component library for Blazor that enables the use of Luminescence form generation

ITBeesPL.InheritedMapper

A library for programmers actively practicing object-oriented programming (OOP). Facilitates the mapping of View model or DTO objects to target classes whose name is given in the viewmodel prop, with the proviso that the base abstract class must be explicitly specified by the developer.

Chaos.BasicFrame.CQRS

Package Description

GitHub repositories (9)

Showing the top 9 popular GitHub repositories that depend on TinyMapper:

Repository Stars
chocolatey/choco
Chocolatey - the package manager for Windows
wiremock/WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
TinyMapper/TinyMapper
A quick object-object mapper for .NET
fluentsprings/ExpressMapper
Mapping .Net types
DogusTeknoloji/BatMap
🦇 Convention-based, fast object mapper.
chi8708/NBCZ_Admin
.net6 + Dapper + Vue/layUI/easyUI 通用权限管理系统、后台框架、信息管理系统基础框架、中台后台管理
higty/higlabo
HigLabo library provide 1.AI client library(OpenAI, Anthoripic, Groq) 2.Object Mapper(fastest in the world) 3.DbSharp(DAL generator) 4.Other.(Mail, Ftp, Utility...etc)
zwl568633995/AspNetCoreScaffolding
.NetCore基础框架,集成分布式中间件
StefH/AnyOf
Use the AnyOf<TFirst, TSecond, ...> type to handle multiple defined types as input parameters or return values for methods.
Version Downloads Last updated
3.0.3 17,290,619 12/8/2019
3.0.2-beta 49,171 6/7/2018
3.0.1-beta 26,372 10/25/2017
2.1.4-beta 8,709 8/18/2017
2.1.3-beta 3,153 8/16/2017
2.1.2-beta 2,560 8/14/2017
2.1.1-beta 2,857 8/13/2017
2.0.8 794,450 12/3/2015
2.0.6 4,579 11/2/2015
2.0.5 7,653 9/15/2015
2.0.1 10,833 7/15/2015
2.0.0 4,195 7/12/2015
1.0.22 2,618 7/12/2015
1.0.20 3,036 6/24/2015
1.0.18 3,270 4/12/2015
1.0.6 2,676 3/24/2015
1.0.4 2,669 3/20/2015
1.0.2 2,448 3/11/2015

* Enum? -> Value? and Value? -> Enum?

Thanks to: marcWF2 and qihangnet