You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.