Info
Version: | 1.3.1 |
Author(s): | Microsoft |
Last Update: | Saturday, August 5, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aliencube/commonservicelocator |
NuGet Url: | https://www.nuget.org/packages/Aliencube.CommonServiceLocator |
Install
Install-Package Aliencube.CommonServiceLocator
dotnet add package Aliencube.CommonServiceLocator
paket add Aliencube.CommonServiceLocator
Aliencube.CommonServiceLocator Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- System.ComponentModel(>= 4.3.0)
Tags
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.