Info
Version: | 1.0.1 |
Author(s): | CorrelationMiddleware |
Last Update: | Monday, October 12, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/CorrelationMiddleware |
Install
Install-Package CorrelationMiddleware
dotnet add package CorrelationMiddleware
paket add CorrelationMiddleware
CorrelationMiddleware Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.ApplicationInsights.AspNetCore(>= 2.12.0)
- ServiceStack.Text(>= 5.8.0)
Simply, it's a GUID (globally unique identifier) that's automatically generated for every request that the server receives. It's unique to each request, not each error.
However, when an error occurs, the error message contains the correlation ID that was valid for the request at the time.