ASP.NET Core correlation ID middleware for distributed microservices.
Info
Version: | 3.0.1 |
Author(s): | Steve Gordon |
Last Update: | Saturday, August 14, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/stevejgordon/CorrelationId |
NuGet Url: | https://www.nuget.org/packages/CorrelationId |
Install
Install-Package CorrelationId
dotnet add package CorrelationId
paket add CorrelationId
CorrelationId Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.1.1)
- Microsoft.Extensions.Http(>= 2.1.1)
- Microsoft.Extensions.Logging.Abstractions(>= 2.1.1)
- Microsoft.Extensions.Options(>= 2.1.1)
Tags