Info
Version: | 1.3.1 |
Author(s): | Mohammad Chavoshi |
Last Update: | Thursday, March 22, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Chavoshi/CommonServiceLocator.NetCore |
NuGet Url: | https://www.nuget.org/packages/CommonServiceLocator.NetCore |
Install
Install-Package CommonServiceLocator.NetCore
dotnet add package CommonServiceLocator.NetCore
paket add CommonServiceLocator.NetCore
CommonServiceLocator.NetCore Download (Unzip the "nupkg" after downloading)
Dependencies
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. This library contains a class library that targets .Net Core 2.0 & .Net Standard 2.0.