Skip to content

QuickInject is a simple dependency injection container for .NET Core

License

Notifications You must be signed in to change notification settings

microsoft/QuickInject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickInject

QuickInject is an opinionated dependency injection container. It only supports constructor injection. Furthermore it generates unsafe code.

Single Goal

  • Generate efficient code while supporting two features: Lifetime Managers and Child Containers.

Non Goals

  • Safe code
  • Factories
  • Supporting ASP.NET Core MVC (this may change in the future)
  • Func<> and Lazy<> of unregistered types.
  • Open Generics (required by ASP.NET Core)
  • Named registrations (Marker interface pattern can be used instead)

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

QuickInject is a simple dependency injection container for .NET Core

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages