-
Notifications
You must be signed in to change notification settings - Fork 17
Console App (Full Framework)
Kevin Bost edited this page Dec 21, 2018
·
2 revisions
This is an example using AutoDI to supplement a console app that uses the full .NET Framework.
- Create an empty console project
- Add a NuGet reference to AutoDI.Build this will also add the AutoDI package.
- Build your application. AutoDI will handle the mapping and registration of all of your services and classes, and inject them into the container when the application starts.