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

https://github.com/aimenux/mapsterdemo

Using mapster for object mappings
https://github.com/aimenux/mapsterdemo

auto-fixture code-generation console-app fluent-assertions mapster net80 xunit-tests

Last synced: 4 months ago
JSON representation

Using mapster for object mappings

Awesome Lists containing this project

README

        

[![.NET](https://github.com/aimenux/MapsterDemo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aimenux/MapsterDemo/actions/workflows/ci.yml)

# MapsterDemo
```
Using mapster for object mappings
```

In this repo, i m using [mapster](https://github.com/MapsterMapper/Mapster) for object mappings.

>
> - `Example01` is using basic way
>
> - `Example02` is using custom config way
>
> - `Example03` is using code generation way
>

**`Tools`** : net 8.0, mapster, xunit, fluent-assertions, auto-fixture