InjectionMap 1.1.0

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

// Install InjectionMap as a Cake Tool
#tool nuget:?package=InjectionMap&version=1.1.0

InjectionMap is a very small and lightweight IoC/DI container for .NET. InjectionMap allows loose coupling betweeen interfaces and implementations. Compared to other containers that are lightweight, this one really is.

- InjectionMap uses type mapping to reference the key/reference and the implementation.
- Instances are resolved using reflection or can be provided through a callback whitch allows you to create the instance in your own code.
- It suports a fluent syntax to help keep the code simple, small and clean.
- Constructors can be marked with attributes.
- Parameters for constructors can be injected or passed when mapping.
- InjectionMap is very simple and straightforward.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.6-RC02 37 4/28/2015
1.5.5 138 1/22/2015
1.5.5-RC9 40 12/22/2014
1.5.5-RC8 40 12/22/2014
1.5.5-RC7 40 12/17/2014
1.5.5-RC6 39 12/16/2014
1.5.5-RC10 38 12/26/2014
1.5.4 523 11/4/2014
1.5.3 508 11/4/2014
1.5.2 507 11/4/2014
1.5.2-RC1 272 11/4/2014
1.5.1 68 10/13/2014
1.5.0 55 10/13/2014
1.5.0-RC1 46 10/13/2014
1.4.8 1 9/3/2014
1.4.7 62 9/2/2014
1.4.7-RC3 51 9/3/2014
1.4.7-RC2 49 9/3/2014
1.4.6 67 8/24/2014
1.4.5 60 8/18/2014
1.4.4 65 7/18/2014
1.4.3 1 5/29/2014
1.4.2 51 5/26/2014
1.4.1 51 5/20/2014
1.3.7 50 5/10/2014
1.3.5 53 5/1/2014
1.3.1 51 4/30/2014
1.2.1 51 4/29/2014
1.2.0 50 4/27/2014
1.1.0 50 4/26/2014
1.0.0 53 4/26/2014

- Renamed IInjectionMapping.Register to IInjectionMapping.InitializeMap