IoC 2.1.0.1
See the version list below for details.
dotnet add package IoC --version 2.1.0.1
NuGet\Install-Package IoC -Version 2.1.0.1
<PackageReference Include="IoC" Version="2.1.0.1" />
paket add IoC --version 2.1.0.1
#r "nuget: IoC, 2.1.0.1"
// Install IoC as a Cake Addin #addin nuget:?package=IoC&version=2.1.0.1 // Install IoC as a Cake Tool #tool nuget:?package=IoC&version=2.1.0.1
This is a IoC container based on Dependency Injection. As dependencies are
controlled with attributes, you do not need any code to register, lookup,
or wire object instances.
It is self contained by defining attributes in your classes. Configuration can
also be externalized with a declarative XML configuration.
On top, there is a continuously growing "Enterprise Features Layer" which
offers functionality like asynchronous task scheduling or validation api.
See the project web page for an introduction and examples.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Common.Logging (>= 3.0.0)
- Common.Logging.Core (>= 3.0.0)
- log4net (>= 2.0.3)
- Quartz (>= 2.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 2.1.0.1
- fixed issue with Visual Studio 2015
Version 2.1.0.0
- Validation API added
- Schema Version adjusted (Configuration-2.1.xsd)
- Documentation available at http://maikheller.info/IoC/DoxyDocu/
- Previous Documentation available at http://maikheller.info/IoC/DoxyDocu-2.0.0.2/
Version 2.0.0.3
- Primary and Qualifier attributes implemented
Version 2.0.0.2
- Added Readme.txt
Version 2.0.0.1
- Correction and documentation in Configuration-2.0.xsd