SimpleInjector-Contributors
NuGet publisher profile
Packages (19)
SimpleInjector
Simple Injector is an easy, flexible and fast dependency injection library that uses best practice to guide your solutions toward the pit of success.
SimpleInjector.Integration.ServiceCollection
Integrates Simple Injector with applications that require the use of IServiceCollection for registration of framework components.
SimpleInjector.Integration.AspNetCore
Integration library for ASP.NET Core for Simple Injector.
SimpleInjector.Integration.AspNetCore.Mvc.Core
Integration library for ASP.NET Core MVC core features for Simple Injector. This includes controller integration.
SimpleInjector.Integration.WebApi
Simple Injector ASP.NET Web API Integration.
SimpleInjector.Integration.Web
The Simple Injector ASP.NET Integration package adds a lifestyle to the Simple Injector called 'Per Web Request', which allows instances to live within a single HTTP request and get disposed when the request ends.
SimpleInjector.Integration.GenericHost
Integrates Simple Injector with applications built upon .NET Generic Host.
SimpleInjector.Integration.Web.Mvc
Simple Injector ASP.NET MVC Integration.
SimpleInjector.Integration.AspNetCore.Mvc
Integration library for ASP.NET Core MVC for Simple Injector. This package adds tag helper and Razor Pages integration on top of the core functionality.
SimpleInjector.Extensions.ExecutionContextScoping
The Execution Context Scoping package adds the 'Execution Context Scope' lifestyle, which allows instances to live within an explicitly defined execution context scope (or logical call context) and get disposed when this scope ends. This scope allows flowing through asynchronous method calls.
SimpleInjector.Integration.AspNetCore.Mvc.ViewFeatures
Integration library for ASP.NET Core MVC view features for Simple Injector. This includes view component integration.
SimpleInjector.MVC3
Quick Start for Simple Injector ASP.NET MVC integration. This package adds the needed dependencies and code examples to get started quickly with Simple Injector in an MVC application.
SimpleInjector.Integration.Wcf
The Simple Injector WCF Integration package adds a ServiceHost and ServiceHostFactory to allow dependency injection on WCF service types.
SimpleInjector.Packaging
Adds support for packaging sets of related services to allow registering them together. Consumers can implement the IPackage interface and use the RegisterPackages extension method to dynamically add registrations in the supplied list of assemblies.
SimpleInjector.Extensions.LifetimeScoping
The Lifetime Scoping package adds an advanced new lifestyle called 'Lifetime Scope', which allows instances to live within an explicitly defined thread-specific scope and get disposed when this scope ends.
SimpleInjector.Integration.WebApi.WebHost.QuickStart
Quick Start for Simple Injector ASP.NET Web API integration for IIS-hosted applications. This package adds the needed dependencies and code examples to get started quickly with Simple Injector in an Web API application.
SimpleInjector.Integration.Wcf.QuickStart
Quick Start for Simple Injector WCF integration. This package adds the needed dependencies and code examples to get started quickly with Simple Injector in an WCF application.
Glimpse.SimpleInjector
Simple Injector plug-in for Glimpse. For usage, please go here: https://github.com/simpleinjector/glimpse
SimpleInjector.DynamicAssemblyCompilation
Dynamic Assembly Compilation plugin for Simple Injector.