System.InversionOfControl.Abstractions.SimpleIoc
0.1.2
dotnet add package System.InversionOfControl.Abstractions.SimpleIoc --version 0.1.2
NuGet\Install-Package System.InversionOfControl.Abstractions.SimpleIoc -Version 0.1.2
<PackageReference Include="System.InversionOfControl.Abstractions.SimpleIoc" Version="0.1.2" />
paket add System.InversionOfControl.Abstractions.SimpleIoc --version 0.1.2
#r "nuget: System.InversionOfControl.Abstractions.SimpleIoc, 0.1.2"
// Install System.InversionOfControl.Abstractions.SimpleIoc as a Cake Addin #addin nuget:?package=System.InversionOfControl.Abstractions.SimpleIoc&version=0.1.2 // Install System.InversionOfControl.Abstractions.SimpleIoc as a Cake Tool #tool nuget:?package=System.InversionOfControl.Abstractions.SimpleIoc&version=0.1.2
This is an implementation of the IoC Abstractions for Simple IoC. The IoC Abstractions represent an abstraction layer for multiple IoC containers. Using the abstractions, applications can use an inversion of control container for dependency injection, without directly seeing the underlying API. This makes it very easy to switch between different IoC implementations.
Learn more about Target Frameworks and .NET Standard.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0)
- System.InversionOfControl (>= 0.1.4)
- System.InversionOfControl.Abstractions (>= 0.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added the XML documentation, so that Intellisense provides more information to the user.