Info
Version: | 2020.8.3.2 |
Author(s): | FoxGuard Solutions |
Last Update: | Monday, August 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/FGS.AspNetCore.Http.Extensions.RequestStopwatch |
Install
Install-Package FGS.AspNetCore.Http.Extensions.RequestStopwatch
dotnet add package FGS.AspNetCore.Http.Extensions.RequestStopwatch
paket add FGS.AspNetCore.Http.Extensions.RequestStopwatch
FGS.AspNetCore.Http.Extensions.RequestStopwatch Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.2.0 && < 2.3.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0 && < 2.3.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0 && < 2.3.0)
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.2.0 && < 2.3.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0 && < 2.3.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0 && < 2.3.0)
- Microsoft.Extensions.DependencyInjection(>= 3.0.0 && < 4.0.0)
- Microsoft.Extensions.Hosting(>= 3.0.0 && < 4.0.0)
- Microsoft.Extensions.Hosting.Abstractions(>= 3.0.0 && < 4.0.0)
- Microsoft.Extensions.Logging(>= 3.0.0 && < 4.0.0)
Tags
The value of the stopwatch is made available in the request's `HttpContext`, and the final value at the end of the request
is logged for future analysis.