CorrelationId 3.0.0
ASP.NET Core correlation ID middleware for distributed microservices.
Install-Package CorrelationId -Version 3.0.0
dotnet add package CorrelationId --version 3.0.0
<PackageReference Include="CorrelationId" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CorrelationId --version 3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CorrelationId, 3.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETStandard 2.0
- 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)
Used By
NuGet packages (18)
Showing the top 5 NuGet packages that depend on CorrelationId:
Package | Downloads |
---|---|
k3.imagine.StartupConfig
Adds boilerplate startup logic for Imagine
|
|
AspNetScaffolding
AspNet Scaffolding with log, serializer, and all structure to work good for me :D
|
|
Sonata.Web
Sonata.Web
|
|
AspNetCore.ApplicationBlocks.FrontEnd
Package Description
|
|
COLID.Common
The COLID common library containing constants, data models, extensions and more.
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on CorrelationId:
Repository | Stars |
---|---|
madslundt/NetCoreMediatrSample
Sample using Command and Query Responsibility Segregation (CQRS) implemented in .NET Core by using MediatR and identityserver4, background workers, real-time metrics, monitoring, logging, validations, swagger and more
|