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 14,433 3/6/2020
4.0.0 6,680 3/6/2019
3.0.0 6,304 7/12/2018
2.2.1 23,059 10/20/2016
2.2.0 5,629 10/20/2016
2.1.0 5,914 5/24/2016
2.0.0 5,876 11/19/2015
2.0.0-rc4build353 1,945 11/18/2015
2.0.0-rc4build352 1,964 11/17/2015
2.0.0-rc4build351 1,936 11/17/2015
2.0.0-rc4build350 1,895 11/17/2015
2.0.0-rc4build349 1,879 11/12/2015
2.0.0-rc4build348 1,900 11/12/2015
2.0.0-rc4build347 1,868 11/12/2015
2.0.0-rc4build346 1,888 11/12/2015
2.0.0-rc4build345 1,858 11/12/2015
2.0.0-rc4build340 1,905 11/12/2015
2.0.0-rc4build339 1,898 11/7/2015
2.0.0-rc1build371 1,803 1/11/2016
2.0.0-rc1build366 1,914 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