Package Description
License
—
Deps
1
Install Size
—
Vulns
✓ 0
Published
Apr 22, 2025
Get Started
$ dotnet add package AutoMapperSlimReadme
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
IServiceCollectionextension
Dependency Injection- builder.Services.AddAutoMapperSlimServices();
🔧 Installation
1. Add via NuGet
Using CLI:
dotnet add package AutoMapperSlim