DryIoc.CommonServiceLocator 4.1.0

Prefix Reserved
dotnet add package DryIoc.CommonServiceLocator --version 4.1.0
                    
NuGet\Install-Package DryIoc.CommonServiceLocator -Version 4.1.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="DryIoc.CommonServiceLocator" Version="4.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DryIoc.CommonServiceLocator" Version="4.1.0" />
                    
Directory.Packages.props
<PackageReference Include="DryIoc.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 DryIoc.CommonServiceLocator --version 4.1.0
                    
#r "nuget: DryIoc.CommonServiceLocator, 4.1.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 DryIoc.CommonServiceLocator@4.1.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=DryIoc.CommonServiceLocator&version=4.1.0
                    
Install as a Cake Addin
#tool nuget:?package=DryIoc.CommonServiceLocator&version=4.1.0
                    
Install as a Cake Tool

Implementation of CommonServiceLocator for DryIoc container, see rationale at https://github.com/unitycontainer/commonservicelocator

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.1.0 11,958 3/6/2020
4.0.0 5,473 3/6/2019
3.0.0 4,825 7/12/2018
2.2.1 21,603 10/20/2016
2.2.0 4,313 10/20/2016
2.1.0 4,597 5/24/2016
2.0.0 4,565 11/19/2015
2.0.0-rc4build353 1,657 11/18/2015
2.0.0-rc4build352 1,691 11/17/2015
2.0.0-rc4build351 1,667 11/17/2015
2.0.0-rc4build350 1,619 11/17/2015
2.0.0-rc4build349 1,603 11/12/2015
2.0.0-rc4build348 1,628 11/12/2015
2.0.0-rc4build347 1,591 11/12/2015
2.0.0-rc4build346 1,619 11/12/2015
2.0.0-rc4build345 1,581 11/12/2015
2.0.0-rc4build340 1,636 11/12/2015
2.0.0-rc4build339 1,633 11/7/2015
2.0.0-rc1build371 1,532 1/11/2016
2.0.0-rc1build366 1,644 1/11/2016
Loading failed

v4.1.0:
- Support for DryIoc v4.1
- #226 Update DryIoc.CommonServiceLocator references
v4.0.0:
- Support for DryIoc v4.0
v3.1.0:
- Support for DryIoc v3.1
v3.0.0:
- Support for DryIoc v3
- Support for CommonServiceLocator v2