Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

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

Code of conduct

Security policy

Stars

46 stars

Watchers

11 watching

Forks

Releases

Packages

Used by

Contributors

Languages