Info
Version: | 1.5.0 |
Author(s): | Inventriks |
Last Update: | Friday, February 1, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DotNetCore.CommonServiceLocator |
Install
Install-Package DotNetCore.CommonServiceLocator
dotnet add package DotNetCore.CommonServiceLocator
paket add DotNetCore.CommonServiceLocator
DotNetCore.CommonServiceLocator 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.