QuickInject is an opinionated dependency injection container. It only supports constructor injection. Furthermore it generates unsafe code
.
- Generate efficient code while supporting two features: Lifetime Managers and Child Containers.
- Safe code
- Factories
- Supporting ASP.NET Core MVC (this may change in the future)
Func<>
andLazy<>
of unregistered types.- Open Generics (required by ASP.NET Core)
- Named registrations (Marker interface pattern can be used instead)
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.