The Lifecycle library contains interfaces and helpers for wiring and running commands to execute during a web request lifecycle.
Info
Version: | 1.0.0 |
Author(s): | Devon Burriss |
Last Update: | Thursday, September 1, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://devonburriss.me/lifecycle |
NuGet Url: | https://www.nuget.org/packages/Lifecycle.AspNetCore |
Install
Install-Package Lifecycle.AspNetCore
dotnet add package Lifecycle.AspNetCore
paket add Lifecycle.AspNetCore
Lifecycle.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.6
- Microsoft.CSharp(>= 4.0.1)
- NETStandard.Library(>= 1.6.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 1.0.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 1.0.0)
- NETStandard.Library(>= 1.6.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 1.0.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 1.0.0)
Tags