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.
- Host: GitHub
- URL: https://github.com/sandre58/mynetautomapper
- Owner: sandre58
- License: mit
- Created: 2024-04-25T12:15:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T06:09:40.000Z (about 2 years ago)
- Last Synced: 2024-05-04T07:23:04.330Z (about 2 years ago)
- Topics: automapper, csharp, mynet, net80
- Language: C#
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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