Info
| Version: | 2.0.0 | 
| Author(s): | Keith A. Knight | 
| Last Update: | Thursday, August 28, 2014 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/keithaknight/Simpleinjector.AutoRegistration | 
| NuGet Url: | https://www.nuget.org/packages/KeithAKnight.SimpleInjector.AutoRegistration | 
Install
Install-Package KeithAKnight.SimpleInjector.AutoRegistration
                        dotnet add package KeithAKnight.SimpleInjector.AutoRegistration
                        paket add KeithAKnight.SimpleInjector.AutoRegistration
                        
                                KeithAKnight.SimpleInjector.AutoRegistration Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- SimpleInjector(2.0.2)
Tags
 
                
Inversion of Control IoC container (https://simpleinjector.org).
By default, this will register the basic types with simple registrations, including
more complex generics.
It also adds support for your IEnumerable<>, Lazy<>, and Func<> dependencies.
Optionally, you can configure this to automatically register your decorators and you can extend
or supercede it with your own custom auto-registration providers.
Feel free to review the code or submit pull requests through GitHub.