NOdependent
NOdependent is an open‑source dependency injection framework designed for the .NET ecosystem. It provides a lightweight inversion of control container that is intended to be easier to set up than some larger alternatives such as Autofac or Unity. The project was started in 2017 by a small group of developers who felt that many existing containers added unnecessary complexity while still exposing a rich API. NOdependent focuses on minimal configuration and a small memory footprint, making it suitable for small services, console applications, and unit tests.
The core of NOdependent is a registration system that maps service types to concrete implementations. Registration
NOdependent includes built‑in support for open‑generic types, allowing developers to register a generic service that will
The project is licensed under the MIT License and is available on GitHub. Its documentation is maintained