NetEvolve.Http.Correlation.Abstractions 2.2.2

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package NetEvolve.Http.Correlation.Abstractions --version 2.2.2
                    
NuGet\Install-Package NetEvolve.Http.Correlation.Abstractions -Version 2.2.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NetEvolve.Http.Correlation.Abstractions" Version="2.2.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NetEvolve.Http.Correlation.Abstractions" Version="2.2.2" />
                    
Directory.Packages.props
<PackageReference Include="NetEvolve.Http.Correlation.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NetEvolve.Http.Correlation.Abstractions --version 2.2.2
                    
#r "nuget: NetEvolve.Http.Correlation.Abstractions, 2.2.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NetEvolve.Http.Correlation.Abstractions@2.2.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NetEvolve.Http.Correlation.Abstractions&version=2.2.2
                    
Install as a Cake Addin
#tool nuget:?package=NetEvolve.Http.Correlation.Abstractions&version=2.2.2
                    
Install as a Cake Tool

Abstractions for the uniform use of Http.Correlation.

Based on the primary Http header X-Correlation-ID as well as the alternative Http header X-Request-ID.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on NetEvolve.Http.Correlation.Abstractions:

Package Downloads
NetEvolve.Http.Correlation.AspNetCore

Implementation of AspNetCore middleware to use Http.Correlation. Based on the primary Http header `X-Correlation-ID` as well as the alternative Http header `X-Request-ID`.

NetEvolve.Http.Correlation.TestGenerator

Implementation of an IHttpCorrelationIdProvider for test cases. Based on the primary Http header `X-Correlation-ID` as well as the alternative Http header `X-Request-ID`.

NetEvolve.Http.Correlation.HttpClient

Implementation of Http correlation handler to forward CorrelationId. Based on the primary Http header `X-Correlation-ID` as well as the alternative Http header `X-Request-ID`.

NetEvolve.Http.Correlation.Ulid

Implementation of an IHttpCorrelationIdProvider based on NuGet package `Ulid`.

NetEvolve.Pulse.HttpCorrelation

HTTP correlation ID propagation interceptors for the Pulse CQRS mediator library. Automatically propagates the HTTP correlation ID from IHttpCorrelationAccessor into every IRequest and IEvent dispatched through the mediator, eliminating the need to manually copy correlation IDs at every call site.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.1.64 615 4/20/2026
3.1.23 1,492 3/31/2026
3.1.0 1,438 3/23/2026
3.0.251 1,213 3/16/2026
3.0.138 1,958 1/14/2026
3.0.0 1,641 11/23/2025
2.3.56 751 10/20/2025
2.3.3 2,867 5/4/2025
2.3.1 696 4/9/2025
2.2.85 5,426 9/12/2024
2.2.75 582 8/26/2024
2.2.44 1,243 6/11/2024
2.2.15 653 5/21/2024
2.2.11 435 5/21/2024
2.2.2 320 5/17/2024
2.1.13 441 5/15/2024
2.1.7 932 4/8/2024
2.1.0 375 4/4/2024
2.0.0 339 4/4/2024
1.2.36 1,154 2/20/2024
Loading failed