Solid.Practices.IoC 1.0.8

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

// Install Solid.Practices.IoC as a Cake Tool
#tool nuget:?package=Solid.Practices.IoC&version=1.0.8

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

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
MonoAndroid monoandroid is compatible. 
MonoTouch monotouch is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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,064 10/21/2022
2.3.6-rc1 1,479 10/4/2022
2.3.5 5,861 4/15/2022
2.3.4 9,548 1/23/2022
2.3.3 11,557 11/24/2021
2.3.3-rc1 1,098 11/21/2021
2.3.2 13,901 9/5/2021
2.3.2-rc2 1,365 9/4/2021
2.3.2-rc1 1,338 9/1/2021
2.3.1 13,148 6/21/2021
2.3.1-rc1 1,444 6/21/2021
2.3.0 11,641 4/23/2021
2.3.0-rc1 1,886 4/15/2021
2.2.0 21,683 5/10/2019
2.1.0 5,809 3/10/2019
2.0.0 4,717 1/15/2019
2.0.0-rc1 9,414 12/3/2018
1.2.1-rc7 5,550 10/18/2018
1.2.1-rc6 3,366 9/26/2018
1.2.1-rc5 6,399 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,132 12/15/2017
1.2.1-rc1 4,479 12/1/2017
1.2.0 8,914 8/9/2017
1.2.0-rc4 3,107 7/21/2017
1.2.0-rc3 7,029 7/10/2017
1.2.0-rc2 782 7/10/2017
1.2.0-rc1 1,538 5/20/2017
1.1.2 2,266 6/7/2017
1.1.2-rc1 1,168 5/30/2017
1.1.1 39,346 3/25/2016
1.1.0 4,037 3/22/2016
1.0.9 1,921 3/22/2016
1.0.8 10,550 2/22/2016
1.0.7 5,837 2/1/2016
1.0.6 6,707 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,078 7/11/2015
1.0.0 2,702 7/11/2015

Added RegisterHandler methods to allows registerting delegates for deferred dependencies resolution.