./nugetz
pkg

Ulvi/AutoMapperSlimv1.0.0

docs d<> code .compare c
.NET 9.0

Package Description

License

Deps

1

Install Size

Vulns

✓ 0

Published

Apr 22, 2025

Get Started

$ dotnet add package AutoMapperSlim

Readme

AutoMapperSlim

AutoMapperSlim is a lightweight and easy-to-use alternative mapping library for .NET projects, enabling property-based object-to-object mapping without the overhead of full-scale mappers like AutoMapper.

✨ Features

  • Reflection-based property mapping
  • Generic Map<TSource, TDestination>() method
  • Collection mapping support with ICollection
  • Simple integration with Dependency Injection (DI) via IServiceCollection extension

  • Dependency Injection
  • builder.Services.AddAutoMapperSlimServices();

🔧 Installation

1. Add via NuGet

Using CLI:

dotnet add package AutoMapperSlim