CommonServiceLocator 1.2.0
Install-Package CommonServiceLocator -Version 1.2.0
dotnet add package CommonServiceLocator --version 1.2.0
<PackageReference Include="CommonServiceLocator" Version="1.2.0" />
paket add CommonServiceLocator --version 1.2.0
#r "nuget: CommonServiceLocator, 1.2.0"
// Install CommonServiceLocator as a Cake Addin
#addin nuget:?package=CommonServiceLocator&version=1.2.0
// Install CommonServiceLocator as a Cake Tool
#tool nuget:?package=CommonServiceLocator&version=1.2.0
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.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on CommonServiceLocator:
| Package | Downloads |
|---|---|
|
Prism.Wpf
Prism is a fully open source version of the Prism guidance originally produced by Microsoft Patterns & Practices. Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared code base in a Portable Class Library targeting these platforms; WPF, Windows 10 UWP, and Xamarin Forms. Features that need to be platform specific are implemented in the respective libraries for the target platform. Prism.Wpf helps you more easily design and build rich, flexible, and easy to maintain Windows Presentation Foundation (WPF) desktop applications. This library provides user interface composition as well as modularity support. |
|
|
Prism.Composition
Prism.Composition helps you more easily design and build rich, flexible, and easy to maintain Windows Presentation Foundation (WPF) desktop applications. This library provides user interface composition as well as modularity support. To get the most of this library, follow the More information link above. |
|
|
Unity
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. |