28 packages tagged with “CommonServiceLocator”
The Common Service Locator library contains a shared interface for service location which application and framework developers can reference. The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references. The hope is that using this library, third-party applications and frameworks can begin to leverage IoC/Service Location without tying themselves down to a specific implementation. This library contains a class library that targets .Net Core 2.0 & .Net Standard 2.0.
An extension to the LightInject service container that allows properties and constructor parameters to be annotated with the InjectAttribute class.
Implementation of CommonServiceLocator for DryIoc container, see rationale at https://github.com/unitycontainer/commonservicelocator
Aperea.Bootstrap is a small opinionated bootstrapper for Applications, it uses StructureMap und the CommonServiceLocator for IoC
Grace.CommonServiceLocator provides integration classes between the Microsoft CommonServiceLocator Pattern and Grace (Dependency Injection Container)
.NET Standard port of this Common Service Locator library contains a shared interface for service location which application and framework developers can reference. The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references. The hope is that using this library, third-party applications and frameworks can begin to leverage IoC/Service Location without tying themselves down to a specific implementation.
An inversion control abstraction system.
A CommonServiceLocator adapter for the LightInject service container.
The Microsoft Enterprise Library provides a Common Service Locator for abstracting away IoC containers. .NET Standard port of this package contains an implementation of the Common Service Locator for use with Autofac.
A service locator adapter to implement CommonServiceLocator on top of Castle Windsor.
CommonServiceLocator provider for Cormo
Provides an implementation of the Microsoft.Practices.ServiceLocation.IServiceLocator using IInject.
Created as an alternative to the Common Service Locator that does not use the service location anti-pattern and provides support for releasing instances. Adapters are available for various dependency injection containers. There are also WCF extensions available.
Common Instance Factory provides an abstraction over dependency injection and IoC containers using the abstract factory design pattern. Created as an alternative to the Common Service Locator that does not use the service location anti-pattern and provides support for releasing instances.
My package description.
Common Service Locator adapter for Maestro.
An unofficial packaging of Bart De Smet's Simple Service Locator. I needed one, couldn't find one on NuGet - so just whipped this up. Contact me know when an official package becomes available so that I can remove this one.
The Drill.Integration.CommonServiceLocator package contains the Drill.Integration.CommonServiceLocator assembly which is used to adapt Drill to Microsoft.Practices.ServiceLocation.IServiceLocator interface.