Skip to content

Just a small console app demo that showcases AutoMapper integration with Autofac

License

Notifications You must be signed in to change notification settings

dorucioclea/automapper-demo

Repository files navigation

Automapper demo

Small console application running on .net core 3.1 showcasing Autofac + Automapper integration

Getting Started

In order to run, first ensure that you have .net core 3.1 installed

Then run, from the project folder:

> dotnet restore
> dotnet run

Prerequisites

You need .net core 3.1

Built With

  • Automapper - Auto-mapping entities
  • Autofac - Just the awesomest Inversion of control container
  • NetCore31 - The always-wonderful .net core platform

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to Autofac, Automapper