Info
Version: | 1.0.4 |
Author(s): | GranSteL |
Last Update: | Thursday, October 3, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/granstel/Helpers.Autofac |
NuGet Url: | https://www.nuget.org/packages/GranSteL.Helpers.Autofac |
Install
Install-Package GranSteL.Helpers.Autofac
dotnet add package GranSteL.Helpers.Autofac
paket add GranSteL.Helpers.Autofac
GranSteL.Helpers.Autofac Download (Unzip the "nupkg" after downloading)
Dependencies
- Autofac(>= 4.9.1)
- System.ServiceModel.Primitives(>= 4.5.3)
Tags
Represents a dependency that releases after using.
Depend on System.Func<Owned<T>> in order to create and dispose of other components as required.
Type parameter "T" is the service provided by the dependency.