Top 20 NuGet dependencyinjection Packages

Easy-to-use dependency injection for stack-structured applications
Simple dependency injection library for .NET.
Deptorygen用の属性を含むパッケージです。
依存関係を静的に解決するDIコンテナ的なアナライザーです。
Deptorygenの機能をGenericHostと組み合わせて利用するためのライブラリです。
Extends Autofac with the ability to register mocked or null-patterned ASP.NET Core Options. This package is for Autofac version 4. For an identical API on Autofac version 5, see `FGS.Tests.Support.Autofac.Mocking.Options`.
Extends Autofac with the ability to register null-patterned ASP.NET Core loggers. This package is for Autofac version 4. For an identical API on Autofac version 5, see `FGS.Tests.Support.Autofac.Mocking.Logging`.
Extends Autofac with the ability to register empty ASP.NET Core configuration. This package is for Autofac version 4. For an identical API on Autofac version 5, see `FGS.Tests.Support.Autofac.Mocking.Configuration`.
Provides functionality for registering Moq mocks with an Autofac container. This package is for Autofac version 4. For an identical API on Autofac version 5, see `FGS.Tests.Support.Autofac.Mocking`.
Provides fluent extensions of .NET Core's hosting mechanisms so that consumers can easily wire in large sets of Autofac configuration, without crowding their `Startup` classes. An alternative to `Autofac.Extensions.Hosting`. This package is for Autofac version 4. For an identical...
Provides fluent extensions of .NET Core's service registration mechanism so that consumers can easily wire in large sets of Autofac configuration, without crowding their `Startup` classes. An alternative to `Autofac.Extensions.DependencyInjection`. This package is for Autofac ver...
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...
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 4. 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 fluent extensions of ASP.NET Core's hosting mechanisms so that consumers can easily wire in large sets of Autofac configuration, without crowding their `Startup` classes. An alternative to `Autofac.Extensions.Hosting`. This package is for Autofac version 4. For an identi...
SimpleRegistration extensions for adding decorated with SimpleRegistration.Attributes services.
SimpleRegistration attributes for adding scoped, transient and singleton services.
Abstractions for dependency injection. Commonly used types: Microsoft.Extensions.DependencyInjection.IServiceCollection
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.