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
- Host: GitHub
- URL: https://github.com/aimenux/mapsterdemo
- Owner: aimenux
- License: mit
- Created: 2023-12-16T22:27:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-10T16:08:35.000Z (11 months ago)
- Last Synced: 2025-01-10T00:24:13.424Z (6 months ago)
- Topics: auto-fixture, code-generation, console-app, fluent-assertions, mapster, net80, xunit-tests
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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