3 packages tagged with “model-mapping”
The NeerCore.Mapping.Mapster package is a wrapper for the Mapster package and its integration into the NeerCore ecosystem. It is a library for simplified writing of .NET apps. It integrates a popular set of core libraries that are required for developing full-fledged apps, but they don't come out of the box in ASP.NET. NeerCore can be used as shown in the examples in the official repository, or separately in parts that you need. You can also use part of the code from the repository if you do not need to include "one more nuget package" or if your project is not support the version of .NET on which NeerCore was created.
A lightweight object-to-object mapping library for .NET 8. OpenMapper provides convention-based property mapping with a simple, AutoMapper-inspired API. Perfect for projects that need basic object mapping without the complexity of larger frameworks.
A high-performance, lightweight object mapper for .NET that simplifies mapping between Data Transfer Objects (DTOs) and domain models. Supports nested objects, collections, and async operations with minimal configuration.