Com.MarcusTS.SmartDI 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Com.MarcusTS.SmartDI --version 1.0.4
                    
NuGet\Install-Package Com.MarcusTS.SmartDI -Version 1.0.4
                    
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="Com.MarcusTS.SmartDI" Version="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Com.MarcusTS.SmartDI" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="Com.MarcusTS.SmartDI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Com.MarcusTS.SmartDI --version 1.0.4
                    
#r "nuget: Com.MarcusTS.SmartDI, 1.0.4"
                    
#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.
#addin nuget:?package=Com.MarcusTS.SmartDI&version=1.0.4
                    
Install as a Cake Addin
#tool nuget:?package=Com.MarcusTS.SmartDI&version=1.0.4
                    
Install as a Cake Tool

A container that creates and then (optionally) stores variables to provide caching and centralized access.

These sorts of containers are sometimes misdescribed as IOC ("Inversion of Control") Containers. Since they do not provide any control over program flow, the accurate term is DI ("Dependency Injection") Container.

The SmartDI Container is unique in that it:

* Does not store instantiated objects unnecessarily.

* Supports object life-cycle management. When an object dies, it is removed from the container.  This requires you to implement an interface.

* Indexes a shared container class instance to the objects that share it so that when those objects die, the container class instance is also removed.  This does not requires any other interfaces or management steps.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Com.MarcusTS.SmartDI:

Package Downloads
Com.MarcusTS.PlatformIndependentShared

Platform independent utilities for C# development.

Com.MarcusTS.UI.XamForms

Xamarin.Forms abstract classes and utilities to support creating flowable animated apps.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.5 1,096 7/30/2022
2.0.4 485 7/29/2022
2.0.2 1,998 10/29/2021
2.0.1 687 10/28/2021
1.0.39 450 10/28/2021
1.0.37 496 8/27/2021
1.0.36 428 8/24/2021
1.0.35 508 8/24/2021
1.0.34 738 8/17/2021
1.0.32 757 8/15/2021
1.0.31 661 8/10/2021
1.0.30 447 8/10/2021
1.0.29 444 8/10/2021
1.0.28 963 7/6/2021
1.0.27 984 6/24/2021
1.0.24 1,060 4/7/2021
1.0.23 607 4/1/2021
1.0.22 674 1/30/2021
1.0.21 568 10/29/2020
1.0.20 559 10/29/2020
1.0.19 931 10/28/2020
1.0.18 860 10/28/2020
1.0.17 972 4/22/2020
1.0.16 1,326 10/26/2019
1.0.15 738 7/30/2019
1.0.14 1,078 6/10/2019
1.0.13 803 6/10/2019
1.0.12 1,135 3/12/2019
1.0.11 829 1/7/2019
1.0.10 892 12/28/2018
1.0.9 910 12/27/2018
1.0.8 821 12/26/2018
1.0.7 819 12/25/2018
1.0.5 800 12/24/2018
1.0.4 822 12/24/2018