Small console application running on .net core 3.1 showcasing Autofac + Automapper integration
In order to run, first ensure that you have .net core 3.1 installed
Then run, from the project folder:
> dotnet restore
> dotnet run
You need .net core 3.1
- Automapper - Auto-mapping entities
- Autofac - Just the awesomest
Inversion of control container
- NetCore31 - The always-wonderful .net core platform
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to Autofac, Automapper