An open API service indexing awesome lists of open source software.

https://github.com/sandre58/mynetautomapper

A versatile class library designed to extend and enhance the functionality of AutoMapper, a popular object-to-object mapping library for .NET applications.
https://github.com/sandre58/mynetautomapper

automapper csharp mynet net80

Last synced: 11 months ago
JSON representation

A versatile class library designed to extend and enhance the functionality of AutoMapper, a popular object-to-object mapping library for .NET applications.

Awesome Lists containing this project

README

          






My .NET AutoMapper

[![Downloads][downloads-shield]][downloads-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]




The .NET AutoMapper is a versatile class library designed to simplify the process of converting objects into human-readable strings in .NET applications. This library provides developers with an easy-to-use interface for generating informative and understandable string representations of complex objects.


Supporting only .NET 8.0

[![Language][language-shield]][language-url]
[![Framework][framework-shield]][framework-url]
[![Version][version-shield]][version-url]
[![Build][build-shield]][build-url]

## Getting Started

To start using My .NET AutoMapper in your project, follow these steps:

1. Install the library via NuGet Package Manager:
```bash
dotnet add package MyNet.AutoMapper.Extensions

## What's included ?

### Configuration and Customization

- **Profile Configuration**: Organize mapping configurations into profiles for better organization and separation of concerns, allowing for modular and maintainable mapping setups.

- **Global Configuration**: Configure global mapping conventions, behaviors, and defaults to apply consistent mapping rules across the application.

## License

Copyright © Stéphane ANDRE.

My .NET AutoMapper is provided as-is under the MIT license. For more information see [LICENSE](./LICENSE).

[language-shield]: https://img.shields.io/github/languages/top/sandre58/MyNetAutoMapper
[language-url]: https://github.com/sandre58/MyNetAutoMapper
[forks-shield]: https://img.shields.io/github/forks/sandre58/MyNetAutoMapper?style=for-the-badge
[forks-url]: https://github.com/sandre58/MyNetAutoMapper/network/members
[stars-shield]: https://img.shields.io/github/stars/sandre58/MyNetAutoMapper?style=for-the-badge
[stars-url]: https://github.com/sandre58/MyNetAutoMapper/stargazers
[issues-shield]: https://img.shields.io/github/issues/sandre58/MyNetAutoMapper?style=for-the-badge
[issues-url]: https://github.com/sandre58/MyNetAutoMapper/issues
[license-shield]: https://img.shields.io/github/license/sandre58/MyNetAutoMapper?style=for-the-badge
[license-url]: https://github.com/sandre58/MyNetAutoMapper/blob/main/LICENSE
[build-shield]: https://img.shields.io/github/actions/workflow/status/sandre58/MyNetAutoMapper/ci.yml?logo=github&label=CI
[build-url]: https://github.com/sandre58/MyNetAutoMapper/actions
[downloads-shield]: https://img.shields.io/github/downloads/sandre58/MyNetAutoMapper/total?style=for-the-badge
[downloads-url]: https://github.com/sandre58/MyNetAutoMapper/releases
[framework-shield]: https://img.shields.io/badge/.NET-8.0-purple
[framework-url]: https://github.com/sandre58/MyNetAutoMapper/tree/main/src/MyNet.AutoMapper.Extensions
[version-shield]: https://img.shields.io/nuget/v/MyNet.AutoMapper.Extensions
[version-url]: https://www.nuget.org/packages/MyNet.AutoMapper.Extensions