Top 20 NuGet ioc Packages

Dependency Injection and Inversion of Control implementation using SimpleInjector for building microservices with the xPike paved-road.
Dependency Injection and Inversion of Control support for legacy OWIN applications and microservices using the xPike paved-road.
Dependency Injection and Inversion of Control support for legacy Asp.Net WebAPI applications and microservices using Microsoft.Extensions.DependencyInjection with the xPike paved-road.
Dependency Injection and Inversion of Control support for Asp.Net Core applications and microservices with the xPike paved-road.
Dependency Injection and Inversion of Control implementation using Microsoft.Extensions.DependencyInjection for building microservices with the xPike paved-road.
Dependency Injection and Inversion of Control abstractions for building microservices with the xPike paved-road.
Provides support for using Microsoft.Extensions.DependencyInjection in legacy ASP.Net WebAPI applications.
Extensions to enhance the features and functionality of Microsoft.Extensions.DependencyInjection, such as the ability to verify the container.
Provides support for using Microsoft.Extensions.DependencyInjection in legacy OWIN applications.
ServiceResolver.Ioc is an abstraction about a standard way to register and resolve services, using a custom implementation, or encapsulating an underlying DI engine.
Extends Autofac with the ability to register mocked or null-patterned ASP.NET Core Options. This package is for Autofac version 5. For an identical API on Autofac version 4, see `FGS.Tests.Support.Autofac4.Mocking.Options`.
Extends Autofac with the ability to register null-patterned ASP.NET Core loggers. This package is for Autofac version 5. For an identical API on Autofac version 4, see `FGS.Tests.Support.Autofac4.Mocking.Logging`.
Extends Autofac with the ability to register empty ASP.NET Core configuration. This package is for Autofac version 5. For an identical API on Autofac version 4, see `FGS.Tests.Support.Autofac4.Mocking.Configuration`.
Provides functionality for registering Moq mocks with an Autofac container. This package is for Autofac version 5. For an identical API on Autofac version 4, see `FGS.Tests.Support.Autofac4.Mocking`.
Provides helpers that simplify some repeated patterns with Autofac registrations.
Provides the ability to configure configuration-based Options with Autofac-based dependency injection. An Autofac-specific alternative to `Microsoft.Extensions.Options.ConfigurationExtensions`.
Provides the ability to configure Autofac with behavior that will dynamically intercept concrete classes marked with `RetryOnFaultAttribute` such that failed operations will be retried with a configurable exponential back-off. This package is for Autofac version 5. For an identical API ...
Provides the ability to configure Autofac with behavior that will dynamically intercept concrete classes with interceptors based on annotated attributes. An (Autofac-specific) alternative to (and combination of) both `Ninject.Extensions.Interception` and `Autofac.Extras.DynamicProxy`. ...
Provides the ability to configure Autofac with behavior that will dynamically intercept concrete classes marked with `FreezeTimeAttribute` such that resolved `IClock` instances will reflect a frozen instance in time time, throughout the duration of each intercepted call. This is u...
A modular way of configuring IOC dependencies that is independent of the container