CommonServiceLocator.NetCore
1.3.1
dotnet add package CommonServiceLocator.NetCore --version 1.3.1
NuGet\Install-Package CommonServiceLocator.NetCore -Version 1.3.1
<PackageReference Include="CommonServiceLocator.NetCore" Version="1.3.1" />
paket add CommonServiceLocator.NetCore --version 1.3.1
#r "nuget: CommonServiceLocator.NetCore, 1.3.1"
// Install CommonServiceLocator.NetCore as a Cake Addin
#addin nuget:?package=CommonServiceLocator.NetCore&version=1.3.1
// Install CommonServiceLocator.NetCore as a Cake Tool
#tool nuget:?package=CommonServiceLocator.NetCore&version=1.3.1
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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CommonServiceLocator.NetCore:
Package | Downloads |
---|---|
Unity.NetCore
The Unity Application Block (Unity) is a lightweight extensible dependency injection container with support for constructor, property, and method call injection. It facilitates loosely-coupled design. Declarative configuration and registration by convention are supported on selected platforms. This library contains a class library that targets .Net Core 2.0 & .Net Standard 2.0. |
|
IronFramework.Common.IOC.NetCore
IronFramework.Common.IOC entlib6 for .Net Core 2.0 |
GitHub repositories
This package is not used by any popular GitHub repositories.