GPS.SimpleDI 1.0.0.7

Additional Details

Please use Microsoft.Extensions.DependencyInjection

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

// Install GPS.SimpleDI as a Cake Tool
#tool nuget:?package=GPS.SimpleDI&version=1.0.0.7

SimpleDI (Simple Dependecy Injection) is a simple dependency injection system that allows JSON to be used as an object definition.  You may also code definitions directly. SimpleDI is extendable through implementing the IInjectable and IDependencyLoader interfaces.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on GPS.SimpleDI:

Package Downloads
GPS.SimpleDI.Configuration

Simple configuration provider for SimpleDI.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.9 1,291 8/7/2017
1.0.0.7 1,548 7/23/2017

Version 1.0.0.7
     Sharp Ninja

     - Made a console write only happen when TRACE is defined.

     ===============================================================

     Version 1.0.0.5
     Sharp Ninja

     - Final cleanup of the Factory

     ===============================================================

     Version 1.0.0.3
     Sharp Ninja

     - Updated SimpleDiFactory to behave more friendly to the caller
     when there's an error.