Solid.Practices.IoC 1.1.2-rc1

This is a prerelease version of Solid.Practices.IoC.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Solid.Practices.IoC --version 1.1.2-rc1
NuGet\Install-Package Solid.Practices.IoC -Version 1.1.2-rc1
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="Solid.Practices.IoC" Version="1.1.2-rc1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Solid.Practices.IoC --version 1.1.2-rc1
#r "nuget: Solid.Practices.IoC, 1.1.2-rc1"
#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.
// Install Solid.Practices.IoC as a Cake Addin
#addin nuget:?package=Solid.Practices.IoC&version=1.1.2-rc1&prerelease

// Install Solid.Practices.IoC as a Cake Tool
#tool nuget:?package=Solid.Practices.IoC&version=1.1.2-rc1&prerelease

This package provides abstraction
over Inversion-Of-Control container in .NET.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (26)

Showing the top 5 NuGet packages that depend on Solid.Practices.IoC:

Package Downloads
Solid.Practices.Modularity

This package provides means for composing modular applications.

Solid.Bootstrapping

This package provides abstractions over different bootstrapping capabilities: having ioc container, etc. as well as the most common middlewares to be used during bootstrapping

Attest.Tests.Core

This package provides facilities for writing tests, including unit, integration and end-to-end.

Attest.Fake.Registration

This package provides API for registering fakes into a dependency registrator.

Attest.Tests.SpecFlow

This package provides facilities for writing unit, integration and end-to-end tests using SpecFlow.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.6 8,115 10/21/2022
2.3.6-rc1 1,510 10/4/2022
2.3.5 5,878 4/15/2022
2.3.4 9,608 1/23/2022
2.3.3 11,591 11/24/2021
2.3.3-rc1 1,115 11/21/2021
2.3.2 13,969 9/5/2021
2.3.2-rc2 1,388 9/4/2021
2.3.2-rc1 1,361 9/1/2021
2.3.1 13,245 6/21/2021
2.3.1-rc1 1,467 6/21/2021
2.3.0 11,691 4/23/2021
2.3.0-rc1 1,914 4/15/2021
2.2.0 21,777 5/10/2019
2.1.0 5,859 3/10/2019
2.0.0 4,752 1/15/2019
2.0.0-rc1 9,546 12/3/2018
1.2.1-rc7 5,616 10/18/2018
1.2.1-rc6 3,406 9/26/2018
1.2.1-rc5 6,486 5/20/2018
1.2.1-rc4 1,413 1/30/2018
1.2.1-rc3 842 1/30/2018
1.2.1-rc2 6,230 12/15/2017
1.2.1-rc1 4,540 12/1/2017
1.2.0 8,960 8/9/2017
1.2.0-rc4 3,130 7/21/2017
1.2.0-rc3 7,086 7/10/2017
1.2.0-rc2 782 7/10/2017
1.2.0-rc1 1,567 5/20/2017
1.1.2 2,266 6/7/2017
1.1.2-rc1 1,168 5/30/2017
1.1.1 39,484 3/25/2016
1.1.0 4,056 3/22/2016
1.0.9 1,921 3/22/2016
1.0.8 10,589 2/22/2016
1.0.7 5,891 2/1/2016
1.0.6 6,724 1/3/2016
1.0.5 2,386 12/29/2015
1.0.4.3 1,461 12/26/2015
1.0.4.2 3,138 12/15/2015
1.0.4.1 3,109 10/12/2015
1.0.4 12,079 7/11/2015
1.0.0 2,702 7/11/2015

Replaced RegisterHandler with respective
RegisterSingleton and RegisterTransient methods.