30 packages tagged with “iservicecollection”
Integrates Simple Injector with applications that require the use of IServiceCollection for registration of framework components.
Provides extension methods for integrating MySqlConnector with .NET dependency injection.
DotNetCore.AspNetCore
A utility library in .Net7.0 to easily add dependency injection using the Xpandables.Net library
Prism Container Extensions for the Microsoft.Extensions.DependencyInjection implementations of IServiceCollection / IServiceProvider. NOTE: This is an EXPERIMENTAL Container! While this may basic basic tests, this container may still have unknown issues as the Microsoft.Extensions.DependencyInjection package inheriently does not support either Named Types or Container Mutability.
Enables deferred logging against the IServiceCollection during services registration using familiar ILogger abstractions plus dependency injection
Enables deferred logging against the WebApplicationBuilder during services registration using familiar ILogger abstractions plus dependency injection
A collection of helpful IServiceCollection extension methods
This assembly helps you bind types immediately with a list. The assembly is an extension of type IServiceCollection. See the link to the github for a description
Extensions to manage registered instance
Flexible modules for registering services with IServiceCollection
Utility library for distributing the application bootstrap into seperate modules for the IServiceCollection and IHost.
Wrapper for IServiceCollection in Asp.Net Core to make it work with VaraniumSharp attribute injection.
ASP.NET extensions for ServiceRegistryModules
Enhanced.DependencyInjection is a NuGet package for simplified dependency registration in .NET Core DI container. It uses C# attributes and a source generator for explicit registration, making the process more understandable and faster.
IServiceCollection validator
Assist injection, using attributes, using the built in DI model integrated in .NET 7 and up.
Simplify install and organized your ServiceCollection items
AutoInject simplifies .NET dependency injection by automating service resolution, reducing boilerplate, and supporting attribute-based injection.
Basic services (service collection and service provider) functionality.
Automatically binds all Options models in a Options namespace to there corresponding Sections in the configuration.
Attributes for automatically registering classes with Microsoft's IServiceCollection IoC container.
DotaCore.AspNetCore
DotNetCore.AspNetCore forked by YITC
Register services with attributes. Skip manual registration in Program.cs!
Wraps services by proxy and logs start with parameters and finish of methods with result and duration. Works on Scrutor.
Some (hopefully helpful) extensions for IServiceCollection
Microsoft Dependency Injection extensions for ResilientHttpClient. Provides seamless integration with ASP.NET Core and .NET applications with support for named clients, configuration options, and multiple service lifetimes. Compatible with .NET Standard 2.1.
Extensiones de inyección de dependencias para UnitOfWorkContextCore. Proporciona métodos de extensión para IServiceCollection que facilitan el registro de UnitOfWork, múltiples contextos con claves únicas, y Factory Pattern para resolución dinámica. Incluye AddUnitOfWork, AddUnitOfWorkFactory y GetRegisteredContexts.
DotaNet.AspNetCore