GPS.SimpleDI
1.0.0.7
Please use Microsoft.Extensions.DependencyInjection
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
<PackageReference Include="GPS.SimpleDI" Version="1.0.0.7" />
paket add GPS.SimpleDI --version 1.0.0.7
#r "nuget: GPS.SimpleDI, 1.0.0.7"
// 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 | Versions 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. |
-
- Newtonsoft.Json (>= 10.0.0)
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 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.