Extension for the Unity IoC container that makes it easy to track IDisposable instances created during Resolve(), in order to dispose of them cleanly.
Info
Version: | 2.0.0 |
Author(s): | Kurt Hutchinson |
Last Update: | Saturday, January 21, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/kbhutchinson/unity.idisposabletrackingextension |
NuGet Url: | https://www.nuget.org/packages/Unity.IDisposableTrackingExtension |
Install
Install-Package Unity.IDisposableTrackingExtension
dotnet add package Unity.IDisposableTrackingExtension
paket add Unity.IDisposableTrackingExtension
Unity.IDisposableTrackingExtension Download (Unzip the "nupkg" after downloading)
Dependencies
- Unity(>= 4.0.1)
Tags