CommonServiceLocator 1.3.0

dotnet add package CommonServiceLocator --version 1.3.0
                    
NuGet\Install-Package CommonServiceLocator -Version 1.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CommonServiceLocator" Version="1.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CommonServiceLocator" Version="1.3.0" />
                    
Directory.Packages.props
<PackageReference Include="CommonServiceLocator" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CommonServiceLocator --version 1.3.0
                    
#r "nuget: CommonServiceLocator, 1.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CommonServiceLocator@1.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CommonServiceLocator&version=1.3.0
                    
Install as a Cake Addin
#tool nuget:?package=CommonServiceLocator&version=1.3.0
                    
Install as a Cake Tool

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 portable class library that targets .NET Framework 4, Windows 8, Windows Phone Silverlight 8, Windows Phone 8.1, and Silverlight 5.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.3.0 394,861 5/6/2014
1.2.0 260,266 2/5/2014
1.0.0 348,594 1/7/2011